Class ResourceFont
java.lang.Object
com.adobe.fontengine.font.FontImpl
com.adobe.fontengine.fontmanagement.ResourceFont
- All Implemented Interfaces:
Font,Serializable
A font that comes from a Mac resource file whether that be a resource fork or a data fork resource file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceFont(URL resource, int type, int fontID, int fondID) Constructor.ResourceFont(URL resource, int type, int fontID, int fondID, FontData fontData) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglonginthashCode()voidsetCachedFontDescription(String key, Object value) toString()Methods inherited from class com.adobe.fontengine.font.FontImpl
canEmbedForEditting, canEmbedForPrintAndPreview, createSubset, getCacheSupportInfo, getCoolTypeGlyphBBox, getCoolTypeIcfBox, getCoolTypeIdeoEmBox, getCoolTypeLineMetrics, getCoolTypeScript, getCoolTypeUnderlineMetrics, getCSS20FontDescription, getFontData, getFXGFontDescription, getFXGFontDescription, getFXGFontDescription, getLineMetrics, getPDFFontDescription, getPlatformFontDescription, getPlatformFontDescription, getPlatformFontDescription, getPostscriptFontDescription, getPreferredCSS20FontDescription, getSWFFont4Description, getSWFFontDescription, getUnitsPerEmX, getUnitsPerEmY, getXDCFontDescription, hasCoolTypeProportionalRoman, isSymbolic, wasEmbedded
-
Constructor Details
-
ResourceFont
Constructor. -
ResourceFont
Constructor.
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getCanonicalPath
- Specified by:
getCanonicalPathin classFontImpl
-
getLength
public long getLength() -
getLastModified
public long getLastModified()- Specified by:
getLastModifiedin classFontImpl
-
getCachedFontDescription
- Specified by:
getCachedFontDescriptionin classFontImpl
-
getCachedFontDescriptionMap
- Specified by:
getCachedFontDescriptionMapin classFontImpl
-
setCachedFontDescription
- Specified by:
setCachedFontDescriptionin classFontImpl
-