Uses of Class
org.apache.fop.complexscripts.fonts.GlyphDefinitionSubtable
-
Packages that use GlyphDefinitionSubtable Package Description org.apache.fop.complexscripts.fonts -
-
Uses of GlyphDefinitionSubtable in org.apache.fop.complexscripts.fonts
Subclasses of GlyphDefinitionSubtable in org.apache.fop.complexscripts.fonts Modifier and Type Class Description private static classGlyphDefinitionTable.AttachmentPointSubtableprivate static classGlyphDefinitionTable.AttachmentPointSubtableFormat1private static classGlyphDefinitionTable.GlyphClassSubtableprivate static classGlyphDefinitionTable.GlyphClassSubtableFormat1private static classGlyphDefinitionTable.LigatureCaretSubtableprivate static classGlyphDefinitionTable.LigatureCaretSubtableFormat1private static classGlyphDefinitionTable.MarkAttachmentSubtableprivate static classGlyphDefinitionTable.MarkAttachmentSubtableFormat1Methods in org.apache.fop.complexscripts.fonts that return GlyphDefinitionSubtable Modifier and Type Method Description (package private) static GlyphDefinitionSubtableGlyphDefinitionTable.AttachmentPointSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)(package private) static GlyphDefinitionSubtableGlyphDefinitionTable.GlyphClassSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)(package private) static GlyphDefinitionSubtableGlyphDefinitionTable.LigatureCaretSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)(package private) static GlyphDefinitionSubtableGlyphDefinitionTable.MarkAttachmentSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
-