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 classCmapSubtableA "cmap" subtable.classSubstitutingCmapLookupA cmap lookup that performs substitution via the 'GSUB' table.Methods in org.apache.fontbox.ttf that return CmapLookup Modifier and Type Method Description CmapLookupTrueTypeFont. getUnicodeCmapLookup()Returns the best Unicode from the font (the most general).CmapLookupTrueTypeFont. getUnicodeCmapLookup(boolean isStrict)Returns the best Unicode from the font (the most general).
-