Uses of Class
org.apache.fontbox.ttf.CmapTable
-
Packages that use CmapTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of CmapTable in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return CmapTable Modifier and Type Method Description CmapTable
TrueTypeFont. getCmap()
Get the "cmap" table for this TTF.Methods in org.apache.fontbox.ttf with parameters of type CmapTable Modifier and Type Method Description (package private) void
CmapSubtable. initSubtable(CmapTable cmap, int numGlyphs, TTFDataStream data)
This will read the required data from the stream.
-