public interface CmapLookup
Modifier and Type | Method and Description |
---|---|
List<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.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.