Package com.adobe.fontengine.font
Class XDCFontDescription
- java.lang.Object
-
- com.adobe.fontengine.font.PDFFontDescription
-
- com.adobe.fontengine.font.XDCFontDescription
-
public abstract class XDCFontDescription extends PDFFontDescription
A PDFFontDescription plus a codepages mechanism for XDC This class is immutable after contruction and contains no mutable static data. It is therefore threadsafe.
-
-
Constructor Summary
Constructors Constructor Description XDCFontDescription()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract CodePage[]
getXDCCodePages()
-
Methods inherited from class com.adobe.fontengine.font.PDFFontDescription
getAdvance, getBase14Name, getCapHeight, getCIDCount, getFontBBox, getFontFamily, getGlyphCid, getGlyphName, getItalicAngle, getNumGlyphs, getPostscriptName, getROS, getStemV, getXHeight, isAllCapFont, isSerifFont, isSmallCapFont, pdfFontIsTrueType, stream, subsetAndStream, subsetAndStream, subsetAndStream
-
-
-
-
Method Detail
-
getXDCCodePages
public abstract CodePage[] getXDCCodePages() throws InvalidFontException, UnsupportedFontException
-
-