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 CmapSubtableSubstitutingCmapLookup.cmapprivate CmapSubtable[]CmapTable.cmapsMethods 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 CmapSubtableTrueTypeFont.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 CmapSubtableTrueTypeEmbedder.cmapDeprecated.private CmapSubtablePDTrueTypeFont.cmapMacRomanprivate CmapSubtablePDTrueTypeFont.cmapWinSymbolprivate CmapSubtablePDTrueTypeFont.cmapWinUnicode
TrueTypeFont.getUnicodeCmapLookup()instead