Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningSubtable
-
Packages that use GlyphPositioningSubtable Package Description org.apache.fop.complexscripts.fonts -
-
Uses of GlyphPositioningSubtable in org.apache.fop.complexscripts.fonts
Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningSubtable Modifier and Type Method Description boolean
GlyphPositioningState. apply(GlyphPositioningSubtable st)
Apply positioning subtable to current state at current position (only), resulting in the consumption of zero or more input glyphs.static boolean
GlyphPositioningSubtable. position(GlyphPositioningState ps, GlyphPositioningSubtable[] sta, int sequenceIndex)
Apply positioning using specified state and subtable array.static boolean
GlyphPositioningSubtable. position(GlyphSequence gs, java.lang.String script, java.lang.String language, java.lang.String feature, int fontSize, GlyphPositioningSubtable[] sta, int[] widths, int[][] adjustments, ScriptContextTester sct)
Apply positioning.
-