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.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. -
-
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.Fields in org.apache.fontbox.ttf declared as CmapLookup Modifier and Type Field Description private CmapLookupTTFSubsetter. unicodeCmapMethods 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). -
Uses of CmapLookup in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as CmapLookup Modifier and Type Field Description private CmapLookupPDCIDFontType2. cmapprotected CmapLookupTrueTypeEmbedder. cmapLookup
-