Uses of Class
org.apache.fop.complexscripts.fonts.GlyphCoverageTable
Packages that use GlyphCoverageTable
-
Uses of GlyphCoverageTable in org.apache.fop.complexscripts.fonts
Methods in org.apache.fop.complexscripts.fonts that return GlyphCoverageTableModifier and TypeMethodDescriptionstatic GlyphCoverageTableGlyphCoverageTable.createCoverageTable(List entries) Create glyph coverage table.GlyphTable.ChainedCoverageSequenceRule.getBacktrackCoverages()GlyphTable.CoverageSequenceRule.getCoverages()GlyphTable.ChainedCoverageSequenceRule.getLookaheadCoverages()Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphCoverageTableModifier and TypeMethodDescriptionstatic 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, GlyphCoverageTable coverage, List entries) Create a substitution subtable according to the specified arguments.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphCoverageTableModifierConstructorDescriptionChainedCoverageSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, GlyphCoverageTable[] coverages, GlyphCoverageTable[] backtrackCoverages, GlyphCoverageTable[] lookaheadCoverages) Instantiate a ChainedCoverageSequenceRule.CoverageSequenceRule(GlyphTable.RuleLookup[] lookups, int inputSequenceLength, GlyphCoverageTable[] coverages) Instantiate a ClassSequenceRule.protectedGlyphPositioningSubtable(String id, int sequence, int flags, int format, GlyphCoverageTable coverage) Instantiate aGlyphPositioningSubtable.protectedGlyphSubstitutionSubtable(String id, int sequence, int flags, int format, GlyphCoverageTable coverage) Instantiate aGlyphSubstitutionSubtable.