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.fontbox.ttf.gsub This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.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.fontbox.ttf.gsub
Fields in org.apache.fontbox.ttf.gsub declared as CmapLookup Modifier and Type Field Description private CmapLookupGsubWorkerForBengali. cmapLookupprivate CmapLookupGsubWorkerForDevanagari. cmapLookupprivate CmapLookupGsubWorkerForGujarati. cmapLookupprivate CmapLookupGsubWorkerForLatin. cmapLookupMethods in org.apache.fontbox.ttf.gsub with parameters of type CmapLookup Modifier and Type Method Description GsubWorkerGsubWorkerFactory. getGsubWorker(CmapLookup cmapLookup, GsubData gsubData)Constructors in org.apache.fontbox.ttf.gsub with parameters of type CmapLookup Constructor Description GsubWorkerForBengali(CmapLookup cmapLookup, GsubData gsubData)GsubWorkerForDevanagari(CmapLookup cmapLookup, GsubData gsubData)GsubWorkerForGujarati(CmapLookup cmapLookup, GsubData gsubData)GsubWorkerForLatin(CmapLookup cmapLookup, GsubData gsubData) -
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. cmapprivate CmapLookupPDType0Font. cmapLookupprotected CmapLookupTrueTypeEmbedder. cmapLookupMethods in org.apache.pdfbox.pdmodel.font that return CmapLookup Modifier and Type Method Description CmapLookupPDType0Font. getCmapLookup()Returns the CMap lookup table if present.
-