Uses of Class
org.apache.fop.complexscripts.fonts.GlyphSubtable
Packages that use GlyphSubtable
-
Uses of GlyphSubtable in org.apache.fop.complexscripts.fonts
Subclasses of GlyphSubtable in org.apache.fop.complexscripts.fontsModifier and TypeClassDescriptionclassTheGlyphDefinitionSubtableimplements an abstract base of a glyph definition subtable, providing a default implementation of theGlyphDefinitioninterface.classTheGlyphPositioningSubtableimplements an abstract base of a glyph subtable, providing a default implementation of theGlyphPositioninginterface.classTheGlyphSubstitutionSubtableimplements an abstract base of a glyph substitution subtable, providing a default implementation of theGlyphSubstitutioninterface.Methods in org.apache.fop.complexscripts.fonts that return GlyphSubtableModifier and TypeMethodDescriptionstatic GlyphSubtableGlyphDefinitionTable.createSubtable(int type, String id, int sequence, int flags, int format, GlyphMappingTable mapping, List entries) Create a definition subtable according to the specified arguments.static GlyphSubtableGlyphPositioningTable.createSubtable(int type, String id, int sequence, int flags, int format, List coverage, List entries) Create a positioning subtable according to the specified arguments.static GlyphSubtableGlyphPositioningTable.createSubtable(int type, String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) Create a positioning subtable according to the specified arguments.static GlyphSubtableGlyphSubstitutionTable.createSubtable(int type, String id, int sequence, int flags, int format, List coverage, List entries) Create a substitution subtable according to the specified arguments.static GlyphSubtableGlyphSubstitutionTable.createSubtable(int type, String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) Create a substitution subtable according to the specified arguments.GlyphTable.LookupTable.getSubtables()Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphSubtableModifier and TypeMethodDescriptionprotected voidGlyphDefinitionTable.addSubtable(GlyphSubtable subtable) Add a subtable.protected voidGlyphTable.addSubtable(GlyphSubtable subtable) Add a subtable.booleanGlyphTable.LookupTable.addSubtable(GlyphSubtable subtable) Add a subtable into this lookup table's collecion of subtables according to its natural order.static intGlyphSubtable.getFlags(GlyphSubtable[] subtables) Determine consistent flags for a set of subtables.booleanGlyphPositioningSubtable.isCompatible(GlyphSubtable subtable) Determine if a glyph subtable is compatible with this glyph subtable.booleanGlyphSubstitutionSubtable.isCompatible(GlyphSubtable subtable) Determine if a glyph subtable is compatible with this glyph subtable.abstract booleanGlyphSubtable.isCompatible(GlyphSubtable subtable) Determine if a glyph subtable is compatible with this glyph subtable.voidGlyphProcessingState.updateSubtableState(GlyphSubtable st) Update glyph subtable specific state.static booleanGlyphSubtable.usesReverseScan(GlyphSubtable[] subtables) Determine if any of the specified subtables uses reverse scanning.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphSubtableModifierConstructorDescriptionLookupTable(String id, GlyphSubtable subtable) Instantiate a LookupTable.Constructor parameters in org.apache.fop.complexscripts.fonts with type arguments of type GlyphSubtableModifierConstructorDescriptionLookupTable(String id, List<GlyphSubtable> subtables) Instantiate a LookupTable.