Package de.intarsys.cwt.font
Interface IFontQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFontFamilyName()The desired font family for theIFont.java.lang.StringgetFontName()The desired font name for theIFont.java.lang.ObjectgetFontNameCanonical()The desired font name for theIFont.FontStylegetFontStyle()The desired font style for theIFont.java.lang.StringgetFontType()The desired font type for theIFont(such as "Type1" or "TrueType").
-
-
-
Method Detail
-
getFontFamilyName
java.lang.String getFontFamilyName()
The desired font family for theIFont.- Returns:
- The desired font family for the
IFont.
-
getFontName
java.lang.String getFontName()
The desired font name for theIFont.- Returns:
- The desired font name for the
IFont.
-
getFontNameCanonical
java.lang.Object getFontNameCanonical()
The desired font name for theIFont.- Returns:
- The desired font name for the
IFont.
-
getFontStyle
FontStyle getFontStyle()
The desired font style for theIFont.- Returns:
- The desired font style for the
IFont.
-
-