Package de.intarsys.cwt.font
Interface IFontQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFontFamilyName()
The desired font family for theIFont
.java.lang.String
getFontName()
The desired font name for theIFont
.java.lang.Object
getFontNameCanonical()
The desired font name for theIFont
.FontStyle
getFontStyle()
The desired font style for theIFont
.java.lang.String
getFontType()
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
.
-
-