public class ResourceFontData extends WrapperFontData
| Constructor and Description |
|---|
ResourceFontData(FontData fontData,
ULocale locale,
String fontName,
String sfntName,
boolean isBold,
boolean isItalic) |
| Modifier and Type | Method and Description |
|---|---|
FXGFontDescription[] |
getFXGFontDescription(Platform platform,
ULocale locale)
Return the FXG descriptions for this font.
|
PlatformFontDescription[] |
getPlatformFontDescription(Platform platform,
ULocale locale)
Return the platform descriptions for this font.
|
createSubset, equals, getCacheSupportInfo, getContainerFingerprint, getCoolTypeCapHeight, getCoolTypeFontBBox, getCoolTypeGlyphBBox, getCoolTypeGlyphForChar, getCoolTypeIcfBox, getCoolTypeIdeoEmBox, getCoolTypeLineMetrics, getCoolTypeProportionalRomanFromFontProperties, getCoolTypeScript, getCoolTypeUnderlineMetrics, getCoolTypeUnitsPerEm, getCoolTypeXHeight, getCSS20FontDescription, getEmbeddingPermission, getFontBBox, getFontData, getGlyphBBox, getGlyphForChar, getGlyphOutline, getHorizontalAdvance, getLineMetrics, getNumGlyphs, getPDFFontDescription, getPointSizeRange, getPostscriptFontDescription, getPreferredCSS20FontDescription, getScaler, getScaler, getSelectionDescription, getSWFFont4Description, getSWFFontDescription, getUnitsPerEmX, getUnitsPerEmY, getXDCFontDescription, hasCoolTypeProportionalRoman, hashCode, isSymbolic, subsetAndStream, toStringpublic ResourceFontData(FontData fontData, ULocale locale, String fontName, String sfntName, boolean isBold, boolean isItalic)
fontData - the actual font datalocale - the locale of this wrapperfontName - the font name for this wrapperisBold - is the wrapper boldisItalic - is the wrapper italicpublic FXGFontDescription[] getFXGFontDescription(Platform platform, ULocale locale) throws InvalidFontException, UnsupportedFontException
FontDatagetFXGFontDescription in class WrapperFontDataInvalidFontExceptionUnsupportedFontExceptionpublic PlatformFontDescription[] getPlatformFontDescription(Platform platform, ULocale locale) throws InvalidFontException, UnsupportedFontException
FontDatagetPlatformFontDescription in class WrapperFontDataInvalidFontExceptionUnsupportedFontExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved