Uses of Interface
org.apache.fontbox.ttf.CmapLookup
Packages that use CmapLookup
Package
Description
This package contains classes to parse a TTF file.
This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.
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 CmapLookupModifier and TypeClassDescriptionclassA "cmap" subtable.classA cmap lookup that performs substitution via the 'GSUB' table.Fields in org.apache.fontbox.ttf declared as CmapLookupMethods in org.apache.fontbox.ttf that return CmapLookupModifier and TypeMethodDescriptionTrueTypeFont.getUnicodeCmapLookup()Returns the best Unicode from the font (the most general).TrueTypeFont.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 CmapLookupModifier and TypeFieldDescriptionprivate final CmapLookupGsubWorkerForBengali.cmapLookupprivate final CmapLookupGsubWorkerForDevanagari.cmapLookupprivate final CmapLookupGsubWorkerForGujarati.cmapLookupprivate final CmapLookupGsubWorkerForLatin.cmapLookupMethods in org.apache.fontbox.ttf.gsub with parameters of type CmapLookupModifier and TypeMethodDescriptionGsubWorkerFactory.getGsubWorker(CmapLookup cmapLookup, GsubData gsubData) Constructors in org.apache.fontbox.ttf.gsub with parameters of type CmapLookupModifierConstructorDescription(package private)GsubWorkerForBengali(CmapLookup cmapLookup, GsubData gsubData) (package private)GsubWorkerForDevanagari(CmapLookup cmapLookup, GsubData gsubData) (package private)GsubWorkerForGujarati(CmapLookup cmapLookup, GsubData gsubData) (package private)GsubWorkerForLatin(CmapLookup cmapLookup, GsubData gsubData) -
Uses of CmapLookup in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as CmapLookupModifier and TypeFieldDescriptionprivate final CmapLookupPDCIDFontType2.cmapprivate final CmapLookupPDType0Font.cmapLookupprotected final CmapLookupTrueTypeEmbedder.cmapLookupMethods in org.apache.pdfbox.pdmodel.font that return CmapLookupModifier and TypeMethodDescriptionPDType0Font.getCmapLookup()Returns the CMap lookup table if present.