Class Base14Font
java.lang.Object
com.adobe.fontengine.font.FontImpl
com.adobe.fontengine.fontmanagement.Base14Font
- All Implemented Interfaces:
Font,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecial case cache manipulation support for Base14 fonts.longlonginthashCode()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
-
Base14Font
-
-
Method Details
-
getCanonicalPath
Special case cache manipulation support for Base14 fonts. Since this cache is built into the resources it is not treated the same way as other types. Basically, everything except getCachedFontDescription is a noop and getCachedFontDescription simply reads an item from the builtin cache. Cache entries are never verified nor are new cached FontDescriptions added at runtime. Any missing descriptions MUST be added to the Base14CacheResourceBuilder. -
getLength
public long getLength() -
getLastModified
public long getLastModified() -
getCachedFontDescription
-
getCachedFontDescriptionIterator
-
setCachedFontDescription
-
hashCode
public int hashCode() -
equals
-
toString
-
getCachedFontDescriptionMap
- Specified by:
getCachedFontDescriptionMapin classFontImpl
-