Uses of Class
org.apache.fop.complexscripts.fonts.GlyphMappingTable
Packages that use GlyphMappingTable
-
Uses of GlyphMappingTable in org.apache.fop.complexscripts.fonts
Subclasses of GlyphMappingTable in org.apache.fop.complexscripts.fontsModifier and TypeClassDescriptionfinal class
Base class implementation of glyph class table.private static class
private static class
private static class
private static class
final class
.Base class implementation of glyph coverage table.private static class
private static class
private static class
protected static class
empty mapping table base classprotected static class
mapped mapping table base classprotected static class
range mapping table base classFields in org.apache.fop.complexscripts.fonts declared as GlyphMappingTableModifier and TypeFieldDescriptionprivate GlyphMappingTable
GlyphSubtable.mapping
subtable mapping tableprivate GlyphMappingTable
OTFAdvancedTypographicTableReader.seMapping
Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphMappingTableModifier and TypeMethodDescription(package private) static GlyphDefinitionSubtable
GlyphDefinitionTable.AttachmentPointSubtable.create
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) (package private) static GlyphDefinitionSubtable
GlyphDefinitionTable.GlyphClassSubtable.create
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) (package private) static GlyphDefinitionSubtable
GlyphDefinitionTable.LigatureCaretSubtable.create
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) (package private) static GlyphDefinitionSubtable
GlyphDefinitionTable.MarkAttachmentSubtable.create
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) static GlyphSubtable
GlyphDefinitionTable.createSubtable
(int type, String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) Create a definition subtable according to the specified arguments.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphMappingTableModifierConstructorDescription(package private)
AttachmentPointSubtable
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) (package private)
AttachmentPointSubtableFormat1
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) (package private)
GlyphClassSubtable
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) (package private)
GlyphClassSubtableFormat1
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) protected
GlyphDefinitionSubtable
(String id, int sequence, int flags, int format, GlyphMappingTable mapping) Instantiate aGlyphDefinitionSubtable
.protected
GlyphSubtable
(String lookupId, int sequence, int flags, int format, GlyphMappingTable mapping) Instantiate this glyph subtable.(package private)
LigatureCaretSubtable
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) (package private)
LigatureCaretSubtableFormat1
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) (package private)
MarkAttachmentSubtable
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) (package private)
MarkAttachmentSubtableFormat1
(String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries)