public class FontQuery extends Object implements IFontQuery
| Constructor and Description |
|---|
FontQuery() |
FontQuery(String fontName) |
FontQuery(String family,
FontStyle style) |
FontQuery(String family,
String style) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFontFamilyName()
The desired font family for the
IFont. |
String |
getFontName()
The desired font name for the
IFont. |
Object |
getFontNameCanonical()
The desired font name for the
IFont. |
FontStyle |
getFontStyle()
The desired font style for the
IFont. |
String |
getFontType()
The desired font type for the
IFont (such as "Type1" or
"TrueType"). |
void |
setFontFamilyName(String fontFamilyName) |
void |
setFontName(String fontName) |
void |
setFontStyle(FontStyle fontStyle) |
void |
setFontType(String fontType) |
public FontQuery()
public FontQuery(String fontName)
public String getFontFamilyName()
IFontQueryIFont.getFontFamilyName in interface IFontQueryIFont.public String getFontName()
IFontQueryIFont.getFontName in interface IFontQueryIFont.public Object getFontNameCanonical()
IFontQueryIFont.getFontNameCanonical in interface IFontQueryIFont.public FontStyle getFontStyle()
IFontQueryIFont.getFontStyle in interface IFontQueryIFont.public String getFontType()
IFontQueryIFont (such as "Type1" or
"TrueType"). nullindicates a font of any type.getFontType in interface IFontQueryIFont.public void setFontFamilyName(String fontFamilyName)
public void setFontName(String fontName)
public void setFontStyle(FontStyle fontStyle)
public void setFontType(String fontType)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.