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()CmapSubtableCmapTable. getSubtable(int platformId, int platformEncodingId)Returns the subtable, if any, for the given platform and encoding.CmapSubtableTrueTypeFont. getUnicodeCmap()Deprecated.UseTrueTypeFont.getUnicodeCmapLookup()insteadCmapSubtableTrueTypeFont. getUnicodeCmap(boolean isStrict)Deprecated.UseTrueTypeFont.getUnicodeCmapLookup(boolean)insteadMethods 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)
-