Uses of Class
org.apache.fop.complexscripts.fonts.GlyphCoverageTable
-
Packages that use GlyphCoverageTable Package Description org.apache.fop.complexscripts.fonts -
-
Uses of GlyphCoverageTable in org.apache.fop.complexscripts.fonts
Methods in org.apache.fop.complexscripts.fonts that return GlyphCoverageTable Modifier and Type Method Description static GlyphCoverageTable
GlyphCoverageTable. createCoverageTable(java.util.List entries)
Create glyph coverage table.GlyphCoverageTable[]
GlyphTable.ChainedCoverageSequenceRule. getBacktrackCoverages()
GlyphCoverageTable[]
GlyphTable.CoverageSequenceRule. getCoverages()
GlyphCoverageTable[]
GlyphTable.ChainedCoverageSequenceRule. getLookaheadCoverages()
Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphCoverageTable Modifier and Type Method Description static GlyphSubtable
GlyphPositioningTable. createSubtable(int type, java.lang.String id, int sequence, int flags, int format, GlyphCoverageTable coverage, java.util.List entries)
Create a positioning subtable according to the specified arguments.static GlyphSubtable
GlyphSubstitutionTable. createSubtable(int type, java.lang.String id, int sequence, int flags, int format, GlyphCoverageTable coverage, java.util.List entries)
Create a substitution subtable according to the specified arguments.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphCoverageTable Constructor Description ChainedCoverageSequenceRule(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.GlyphPositioningSubtable(java.lang.String id, int sequence, int flags, int format, GlyphCoverageTable coverage)
Instantiate aGlyphPositioningSubtable
.GlyphSubstitutionSubtable(java.lang.String id, int sequence, int flags, int format, GlyphCoverageTable coverage)
Instantiate aGlyphSubstitutionSubtable
.
-