Class UnicodeCmap
java.lang.Object
com.adobe.fontengine.font.postscript.UnicodeCmap
A UnicodeCmap is the equivalent, in the PostScript world, of an
OpenType 'cmap' table.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UnicodeCmapcomputeCmapFromCids(int numGlyphs, UnicodeCmap.GlyphCidAccessor cids, String registry, String ordering) static UnicodeCmapcomputeCmapFromGlyphNames(int numGlyphs, boolean isDingbat, GlyphNamesAccessor names) intintgetGlyphForChar(int usv) int
-
Constructor Details
-
UnicodeCmap
public UnicodeCmap()
-
-
Method Details
-
getGlyphForChar
-
getFirstSupportedChar
public int getFirstSupportedChar() -
getLastSupportedChar
public int getLastSupportedChar() -
computeCmapFromGlyphNames
public static UnicodeCmap computeCmapFromGlyphNames(int numGlyphs, boolean isDingbat, GlyphNamesAccessor names) throws InvalidFontException, UnsupportedFontException -
computeCmapFromCids
public static UnicodeCmap computeCmapFromCids(int numGlyphs, UnicodeCmap.GlyphCidAccessor cids, String registry, String ordering) throws InvalidFontException, UnsupportedFontException
-