Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningSubtable
Packages that use GlyphPositioningSubtable
-
Uses of GlyphPositioningSubtable in org.apache.fop.complexscripts.fonts
Subclasses of GlyphPositioningSubtable in org.apache.fop.complexscripts.fontsModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
Methods in org.apache.fop.complexscripts.fonts that return GlyphPositioningSubtableModifier and TypeMethodDescription(package private) static GlyphPositioningSubtable
GlyphPositioningTable.ChainedContextualSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) (package private) static GlyphPositioningSubtable
GlyphPositioningTable.ContextualSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) (package private) static GlyphPositioningSubtable
GlyphPositioningTable.CursiveSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) (package private) static GlyphPositioningSubtable
GlyphPositioningTable.MarkToBaseSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) (package private) static GlyphPositioningSubtable
GlyphPositioningTable.MarkToLigatureSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) (package private) static GlyphPositioningSubtable
GlyphPositioningTable.MarkToMarkSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) (package private) static GlyphPositioningSubtable
GlyphPositioningTable.PairSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) (package private) static GlyphPositioningSubtable
GlyphPositioningTable.SingleSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningSubtableModifier and TypeMethodDescriptionboolean
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 final boolean
GlyphPositioningSubtable.position
(GlyphPositioningState ps, GlyphPositioningSubtable[] sta, int sequenceIndex) Apply positioning using specified state and subtable array.static final boolean
GlyphPositioningSubtable.position
(GlyphSequence gs, String script, String language, String feature, int fontSize, GlyphPositioningSubtable[] sta, int[] widths, int[][] adjustments, ScriptContextTester sct) Apply positioning.