| |
|
| java.lang.Object de.intarsys.pdf.font.outlet.FontQuery
FontQuery | public FontQuery(PDFont baseFont)(Code) | | Create a new
IFontQuery based on another
PDFont . USe the
setter methods to overwrite the attributes you want to be different from
baseFont .
Parameters: baseFont - The font serivng as a template for this query. |
FontQuery | public FontQuery(String family, String style)(Code) | | Create a new
IFontQuery denoting a font from the
family in style style .
Parameters: baseFont - The font serivng as a template for this query. |
FontQuery | public FontQuery(String family, FontStyle style)(Code) | | Create a new
IFontQuery denoting a font from the
family in style style .
Parameters: baseFont - The font serivng as a template for this query. |
checkLastChar | protected boolean checkLastChar()(Code) | | |
getOverrideEncoding | public Encoding getOverrideEncoding()(Code) | | The required encoding for the result font.
The required encoding for the result font. |
getOverrideFontFamilyName | public String getOverrideFontFamilyName()(Code) | | The required font family for the result font.
The required font family for the result font. |
getOverrideFontStyle | public FontStyle getOverrideFontStyle()(Code) | | The required font style for the result font.
The required font style for the result font. |
setOverrideEncoding | public void setOverrideEncoding(Encoding overrideEncoding)(Code) | | Set the encoding attribute for the font to be looked up.
Parameters: overrideEncoding - The required encoding for the result font. |
setOverrideFontFamilyName | public void setOverrideFontFamilyName(String overrideFontFamilyName)(Code) | | Set the font family attribute for the font to be looked up.
Parameters: overrideFontFamilyName - The required font family for the result font. |
setOverrideFontStyle | public void setOverrideFontStyle(FontStyle overrideFontStyle)(Code) | | Set the font style attribute for the font to be looked up.
Parameters: overrideFontStyle - The required font style for the result font. |
|
|
|