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. -
-
Uses of CmapSubtable in org.apache.fontbox.ttf
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)
insteadMethods 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)
-