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 CmapSubtable
SubstitutingCmapLookup. cmap
private CmapSubtable[]
CmapTable. cmaps
Methods in org.apache.fontbox.ttf that return CmapSubtable Modifier and Type Method Description CmapSubtable[]
CmapTable. getCmaps()
CmapSubtable
CmapTable. getSubtable(int platformId, int platformEncodingId)
Returns the subtable, if any, for the given platform and encoding.CmapSubtable
TrueTypeFont. getUnicodeCmap()
Deprecated.UseTrueTypeFont.getUnicodeCmapLookup()
insteadCmapSubtable
TrueTypeFont. getUnicodeCmap(boolean isStrict)
Deprecated.UseTrueTypeFont.getUnicodeCmapLookup(boolean)
insteadprivate CmapSubtable
TrueTypeFont. getUnicodeCmapImpl(boolean isStrict)
Methods in org.apache.fontbox.ttf with parameters of type CmapSubtable Modifier and Type Method Description void
CmapTable. 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 protected CmapSubtable
TrueTypeEmbedder. cmap
Deprecated.private CmapSubtable
PDTrueTypeFont. cmapMacRoman
private CmapSubtable
PDTrueTypeFont. cmapWinSymbol
private CmapSubtable
PDTrueTypeFont. cmapWinUnicode
-