Package com.tom_roush.fontbox.ttf
Interface CmapLookup
-
- All Known Implementing Classes:
CmapSubtable,SubstitutingCmapLookup
public interface CmapLookupAn interface that abstracts the cid <-> codepoint lookup functionality of cmap.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Integer>getCharCodes(int gid)Returns all possible character codes for the given gid, or null if there is none.intgetGlyphId(int codePointAt)Returns the GlyphId linked with the given character code.
-