public interface FontFace
Modifier and Type | Method and Description |
---|---|
String |
getEot() |
String |
getFile()
Deprecated.
Replaced by
getTtf() . |
Font |
getFont()
Returns a non-null instance of java.awt.Font representing the font face.
|
String |
getName()
Returns the non-null name of the font face.
|
String |
getPdf() |
String |
getSvg() |
String |
getTtf()
Returns the TTF file, if the font face has specified one (the font face does not specify a TTF file in case it maps
a JVM available font such as a Java logical font or a system font).
|
String |
getWoff() |
String getName()
String getTtf()
Font getFont()
String getPdf()
String getEot()
String getSvg()
String getWoff()
Copyright © 2016. All rights reserved.