Uses of Class
org.apache.fop.complexscripts.fonts.GlyphMappingTable
-
Packages that use GlyphMappingTable Package Description org.apache.fop.complexscripts.fonts -
-
Uses of GlyphMappingTable in org.apache.fop.complexscripts.fonts
Subclasses of GlyphMappingTable in org.apache.fop.complexscripts.fonts Modifier and Type Class Description class
GlyphClassTable
Base class implementation of glyph class table.class
GlyphCoverageTable
.Base class implementation of glyph coverage table.protected static class
GlyphMappingTable.EmptyMappingTable
empty mapping table base classprotected static class
GlyphMappingTable.MappedMappingTable
mapped mapping table base classprotected static class
GlyphMappingTable.RangeMappingTable
range mapping table base classMethods in org.apache.fop.complexscripts.fonts with parameters of type GlyphMappingTable Modifier and Type Method Description static GlyphSubtable
GlyphDefinitionTable. createSubtable(int type, java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
Create a definition subtable according to the specified arguments.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphMappingTable Constructor Description GlyphDefinitionSubtable(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping)
Instantiate aGlyphDefinitionSubtable
.GlyphSubtable(java.lang.String lookupId, int sequence, int flags, int format, GlyphMappingTable mapping)
Instantiate this glyph subtable.
-