Uses of Class
org.apache.fop.complexscripts.fonts.GlyphSubstitutionSubtable
Packages that use GlyphSubstitutionSubtable
-
Uses of GlyphSubstitutionSubtable in org.apache.fop.complexscripts.fonts
Subclasses of GlyphSubstitutionSubtable 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
Methods in org.apache.fop.complexscripts.fonts that return GlyphSubstitutionSubtableModifier and TypeMethodDescription(package private) static GlyphSubstitutionSubtable
GlyphSubstitutionTable.AlternateSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) (package private) static GlyphSubstitutionSubtable
GlyphSubstitutionTable.ChainedContextualSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) (package private) static GlyphSubstitutionSubtable
GlyphSubstitutionTable.ContextualSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) (package private) static GlyphSubstitutionSubtable
GlyphSubstitutionTable.LigatureSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) (package private) static GlyphSubstitutionSubtable
GlyphSubstitutionTable.MultipleSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) (package private) static GlyphSubstitutionSubtable
GlyphSubstitutionTable.ReverseChainedSingleSubtable.create
(String id, int sequence, int flags, int format, GlyphCoverageTable coverage, List entries) (package private) static GlyphSubstitutionSubtable
GlyphSubstitutionTable.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 GlyphSubstitutionSubtableModifier and TypeMethodDescriptionboolean
GlyphSubstitutionState.apply
(GlyphSubstitutionSubtable st) Apply substitution subtable to current state at current position (only), resulting in the consumption of zero or more input glyphs, and possibly replacing the current input glyphs starting at the current position, in which case it is possible that indexLast is altered to be either less than or greater than its value prior to this application.static final GlyphSequence
GlyphSubstitutionSubtable.substitute
(GlyphSubstitutionState ss, GlyphSubstitutionSubtable[] sta, int sequenceIndex) Apply substitutions using specified state and subtable array.static final GlyphSequence
GlyphSubstitutionSubtable.substitute
(GlyphSequence gs, String script, String language, String feature, GlyphSubstitutionSubtable[] sta, ScriptContextTester sct) Apply substitutions.