Uses of Interface
org.apache.fontbox.ttf.CmapLookup
-
Packages that use CmapLookup Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of CmapLookup in org.apache.fontbox.ttf
Classes in org.apache.fontbox.ttf that implement CmapLookup Modifier and Type Class Description class
CmapSubtable
A "cmap" subtable.class
SubstitutingCmapLookup
A cmap lookup that performs substitution via the 'GSUB' table.Methods in org.apache.fontbox.ttf that return CmapLookup Modifier and Type Method Description CmapLookup
TrueTypeFont. getUnicodeCmapLookup()
Returns the best Unicode from the font (the most general).CmapLookup
TrueTypeFont. getUnicodeCmapLookup(boolean isStrict)
Returns the best Unicode from the font (the most general).
-