Uses of Class
org.apache.fontbox.ttf.CmapSubtable
Packages that use CmapSubtable
Package
Description
This package contains classes to parse a TTF file.
Classes to deal with font functionality in a PDF Document.
-
Uses of CmapSubtable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as CmapSubtableModifier and TypeFieldDescriptionprivate final CmapSubtable
SubstitutingCmapLookup.cmap
private CmapSubtable[]
CmapTable.cmaps
Methods in org.apache.fontbox.ttf that return CmapSubtableModifier and TypeMethodDescriptionCmapTable.getCmaps()
CmapTable.getSubtable
(int platformId, int platformEncodingId) Returns the subtable, if any, for the given platform and encoding.TrueTypeFont.getUnicodeCmap()
Deprecated.TrueTypeFont.getUnicodeCmap
(boolean isStrict) Deprecated.UseTrueTypeFont.getUnicodeCmapLookup(boolean)
insteadprivate CmapSubtable
TrueTypeFont.getUnicodeCmapImpl
(boolean isStrict) Methods in org.apache.fontbox.ttf with parameters of type CmapSubtableConstructors in org.apache.fontbox.ttf with parameters of type CmapSubtableModifierConstructorDescriptionSubstitutingCmapLookup
(CmapSubtable cmap, GlyphSubstitutionTable gsub, List<String> enabledFeatures) -
Uses of CmapSubtable in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as CmapSubtableModifier and TypeFieldDescriptionprotected final CmapSubtable
TrueTypeEmbedder.cmap
Deprecated.private CmapSubtable
PDTrueTypeFont.cmapMacRoman
private CmapSubtable
PDTrueTypeFont.cmapWinSymbol
private CmapSubtable
PDTrueTypeFont.cmapWinUnicode
TrueTypeFont.getUnicodeCmapLookup()
instead