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 class
CmapSubtable
A "cmap" subtable.class
SubstitutingCmapLookup
A cmap lookup that performs substitution via the 'GSUB' table.Fields in org.apache.fontbox.ttf declared as CmapLookup Modifier and Type Field Description private CmapLookup
TTFSubsetter. unicodeCmap
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). -
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 CmapLookup
PDCIDFontType2. cmap
protected CmapLookup
TrueTypeEmbedder. cmapLookup
-