Uses of Class
org.docx4j.fonts.fop.complexscripts.fonts.GlyphPositioningState
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.complexscripts.fonts |
-
Uses of GlyphPositioningState in org.docx4j.fonts.fop.complexscripts.fonts
Methods in org.docx4j.fonts.fop.complexscripts.fonts that return GlyphPositioningState Modifier and Type Method Description GlyphPositioningStateGlyphPositioningState. reset(GlyphSequence gs, java.lang.String script, java.lang.String language, java.lang.String feature, int fontSize, int[] widths, int[][] adjustments, ScriptContextTester sct)Reset glyph positioning state.Methods in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphPositioningState Modifier and Type Method Description booleanGlyphPositioning. position(GlyphPositioningState ps)Perform glyph positioning at the current index, mutating the positioning state object as required.booleanGlyphPositioningSubtable. position(GlyphPositioningState ps)Perform glyph positioning at the current index, mutating the positioning state object as required.static booleanGlyphPositioningSubtable. position(GlyphPositioningState ps, GlyphPositioningSubtable[] sta, int sequenceIndex)Apply positioning using specified state and subtable array.booleanGlyphTable.LookupTable. position(GlyphPositioningState ps, int sequenceIndex)Perform positioning processing on an existing glyph positioning state object using this lookup table's subtables.Constructors in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphPositioningState Constructor Description GlyphPositioningState(GlyphPositioningState ps)Construct glyph positioning state using an existing state object using shallow copy except as follows: input glyph sequence is copied deep except for its characters array.