public final class UnicodeCmap extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UnicodeCmap.GlyphCidAccessor |
| Constructor and Description |
|---|
UnicodeCmap() |
| Modifier and Type | Method and Description |
|---|---|
static UnicodeCmap |
computeCmapFromCids(int numGlyphs,
UnicodeCmap.GlyphCidAccessor cids,
String registry,
String ordering) |
static UnicodeCmap |
computeCmapFromGlyphNames(int numGlyphs,
boolean isDingbat,
GlyphNamesAccessor names) |
int |
getFirstSupportedChar() |
int |
getGlyphForChar(int usv) |
int |
getLastSupportedChar() |
public int getGlyphForChar(int usv)
throws InvalidFontException,
UnsupportedFontException
public int getFirstSupportedChar()
public int getLastSupportedChar()
public static UnicodeCmap computeCmapFromGlyphNames(int numGlyphs, boolean isDingbat, GlyphNamesAccessor names) throws InvalidFontException, UnsupportedFontException
public static UnicodeCmap computeCmapFromCids(int numGlyphs, UnicodeCmap.GlyphCidAccessor cids, String registry, String ordering) throws InvalidFontException, UnsupportedFontException
Copyright © 2010 - 2020 Adobe. All Rights Reserved