Uses of Class
org.apache.fontbox.ttf.CmapSubtable
-
Packages that use CmapSubtable 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 CmapSubtable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as CmapSubtable Modifier and Type Field Description private CmapSubtableSubstitutingCmapLookup. cmapprivate CmapSubtable[]CmapTable. cmapsMethods in org.apache.fontbox.ttf that return CmapSubtable Modifier and Type Method Description CmapSubtable[]CmapTable. getCmaps()CmapSubtableCmapTable. getSubtable(int platformId, int platformEncodingId)Returns the subtable, if any, for the given platform and encoding.private CmapSubtableTrueTypeFont. getUnicodeCmapImpl(boolean isStrict)Methods in org.apache.fontbox.ttf with parameters of type CmapSubtable Modifier and Type Method Description voidCmapTable. setCmaps(CmapSubtable[] cmapsValue)Constructors in org.apache.fontbox.ttf with parameters of type CmapSubtable Constructor Description SubstitutingCmapLookup(CmapSubtable cmap, GlyphSubstitutionTable gsub, java.util.List<java.lang.String> enabledFeatures) -
Uses of CmapSubtable in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as CmapSubtable Modifier and Type Field Description private CmapSubtablePDTrueTypeFont. cmapMacRomanprivate CmapSubtablePDTrueTypeFont. cmapWinSymbolprivate CmapSubtablePDTrueTypeFont. cmapWinUnicode
-