Package de.intarsys.cwt.font
Interface IFontQuery
- All Known Implementing Classes:
FontQuery
public interface IFontQuery
An object that can select
IFont
instances within a collection.-
Method Details
-
getFontFamilyName
String getFontFamilyName()The desired font family for theIFont
.- Returns:
- The desired font family for the
IFont
.
-
getFontName
String getFontName()The desired font name for theIFont
.- Returns:
- The desired font name for the
IFont
.
-
getFontNameCanonical
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
.
-
getFontType
String getFontType()The desired font type for theIFont
(such as "Type1" or "TrueType").null
indicates a font of any type.- Returns:
- The desired font type for the
IFont
.
-