Package de.intarsys.cwt.font
Class FontQuery
java.lang.Object
de.intarsys.cwt.font.FontQuery
- All Implemented Interfaces:
IFontQuery
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe desired font family for theIFont.The desired font name for theIFont.The desired font name for theIFont.The desired font style for theIFont.The desired font type for theIFont(such as "Type1" or "TrueType").voidsetFontFamilyName(String fontFamilyName) voidsetFontName(String fontName) voidsetFontStyle(FontStyle fontStyle) voidsetFontType(String fontType)
-
Constructor Details
-
FontQuery
public FontQuery() -
FontQuery
-
FontQuery
-
FontQuery
-
-
Method Details
-
getFontFamilyName
Description copied from interface:IFontQueryThe desired font family for theIFont.- Specified by:
getFontFamilyNamein interfaceIFontQuery- Returns:
- The desired font family for the
IFont.
-
getFontName
Description copied from interface:IFontQueryThe desired font name for theIFont.- Specified by:
getFontNamein interfaceIFontQuery- Returns:
- The desired font name for the
IFont.
-
getFontNameCanonical
Description copied from interface:IFontQueryThe desired font name for theIFont.- Specified by:
getFontNameCanonicalin interfaceIFontQuery- Returns:
- The desired font name for the
IFont.
-
getFontStyle
Description copied from interface:IFontQueryThe desired font style for theIFont.- Specified by:
getFontStylein interfaceIFontQuery- Returns:
- The desired font style for the
IFont.
-
getFontType
Description copied from interface:IFontQueryThe desired font type for theIFont(such as "Type1" or "TrueType").nullindicates a font of any type.- Specified by:
getFontTypein interfaceIFontQuery- Returns:
- The desired font type for the
IFont.
-
setFontFamilyName
-
setFontName
-
setFontStyle
-
setFontType
-