public interface IFontFamily
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFamilyName()
for example
|
IFont |
getFont(FontStyle style)
|
IFont[] |
getFonts()
All
IFont instances within this family. |
FontStyle[] |
getFontStyles()
The supported
FontStyle instances in this family. |
java.lang.String |
getFontType()
The font type.
|
void |
registerFont(IFont font)
Add a new
IFont to this family. |
java.lang.String getFamilyName()
IFont[] getFonts()
IFont
instances within this family.IFont
instances within this family.FontStyle[] getFontStyles()
FontStyle
instances in this family.FontStyle
instances in this family.java.lang.String getFontType()