public interface FontFamily
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAllNames() |
java.lang.String |
getFamilyName()
Returns the name of the font family (in english).
|
FontRecord |
getFontRecord(boolean bold,
boolean italics)
This selects the most suitable font in that family.
|
java.lang.String getFamilyName()
java.lang.String[] getAllNames()
FontRecord getFontRecord(boolean bold, boolean italics)
bold
- italics
-