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 void
CMAPEncodingEntry. initSubtable(CMAPTable cmap, int numGlyphs, TTFDataStream data)
This will read the required data from the stream.
-