Uses of Class
org.docx4j.fonts.fop.complexscripts.fonts.GlyphMappingTable
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.complexscripts.fonts |
-
Uses of GlyphMappingTable in org.docx4j.fonts.fop.complexscripts.fonts
Subclasses of GlyphMappingTable in org.docx4j.fonts.fop.complexscripts.fonts Modifier and Type Class Description classGlyphClassTableBase class implementation of glyph class table.classGlyphCoverageTable.Base class implementation of glyph coverage table.protected static classGlyphMappingTable.EmptyMappingTableempty mapping table base classprotected static classGlyphMappingTable.MappedMappingTablemapped mapping table base classprotected static classGlyphMappingTable.RangeMappingTablerange mapping table base classMethods in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphMappingTable Modifier and Type Method Description static GlyphSubtableGlyphDefinitionTable. 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.docx4j.fonts.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.