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 class
GlyphDefinitionTable.AttachmentPointSubtable
private static class
GlyphDefinitionTable.AttachmentPointSubtableFormat1
private static class
GlyphDefinitionTable.GlyphClassSubtable
private static class
GlyphDefinitionTable.GlyphClassSubtableFormat1
private static class
GlyphDefinitionTable.LigatureCaretSubtable
private static class
GlyphDefinitionTable.LigatureCaretSubtableFormat1
private static class
GlyphDefinitionTable.MarkAttachmentSubtable
private static class
GlyphDefinitionTable.MarkAttachmentSubtableFormat1
Methods in org.apache.fop.complexscripts.fonts that return GlyphDefinitionSubtable Modifier and Type Method Description (package private) static GlyphDefinitionSubtable
GlyphDefinitionTable.AttachmentPointSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
(package private) static GlyphDefinitionSubtable
GlyphDefinitionTable.GlyphClassSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
(package private) static GlyphDefinitionSubtable
GlyphDefinitionTable.LigatureCaretSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
(package private) static GlyphDefinitionSubtable
GlyphDefinitionTable.MarkAttachmentSubtable. create(java.lang.String id, int sequence, int flags, int format, GlyphMappingTable mapping, java.util.List entries)
-