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").void
setFontFamilyName
(String fontFamilyName) void
setFontName
(String fontName) void
setFontStyle
(FontStyle fontStyle) void
setFontType
(String fontType)
-
Constructor Details
-
FontQuery
public FontQuery() -
FontQuery
-
FontQuery
-
FontQuery
-
-
Method Details
-
getFontFamilyName
Description copied from interface:IFontQuery
The desired font family for theIFont
.- Specified by:
getFontFamilyName
in interfaceIFontQuery
- Returns:
- The desired font family for the
IFont
.
-
getFontName
Description copied from interface:IFontQuery
The desired font name for theIFont
.- Specified by:
getFontName
in interfaceIFontQuery
- Returns:
- The desired font name for the
IFont
.
-
getFontNameCanonical
Description copied from interface:IFontQuery
The desired font name for theIFont
.- Specified by:
getFontNameCanonical
in interfaceIFontQuery
- Returns:
- The desired font name for the
IFont
.
-
getFontStyle
Description copied from interface:IFontQuery
The desired font style for theIFont
.- Specified by:
getFontStyle
in interfaceIFontQuery
- Returns:
- The desired font style for the
IFont
.
-
getFontType
Description copied from interface:IFontQuery
The desired font type for theIFont
(such as "Type1" or "TrueType").null
indicates a font of any type.- Specified by:
getFontType
in interfaceIFontQuery
- Returns:
- The desired font type for the
IFont
.
-
setFontFamilyName
-
setFontName
-
setFontStyle
-
setFontType
-