CmapSubtable, SubstitutingCmapLookuppublic interface CmapLookup
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.Integer> |
getCharCodes(int gid) |
Returns all possible character codes for the given gid, or null if there is none.
|
int |
getGlyphId(int codePointAt) |
Returns the GlyphId linked with the given character code.
|
int getGlyphId(int codePointAt)
codePointAt - the given character code to be mappedjava.util.List<java.lang.Integer> getCharCodes(int gid)
gid - glyph idCopyright © 2008–2018. All rights reserved.