Uses of Interface
org.apache.fop.complexscripts.util.GlyphContextTester
-
Packages that use GlyphContextTester Package Description org.apache.fop.complexscripts.fonts org.apache.fop.complexscripts.scripts org.apache.fop.complexscripts.util -
-
Uses of GlyphContextTester in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts declared as GlyphContextTester Modifier and Type Field Description protected GlyphContextTesterGlyphProcessingState. gctglyph context tester or null -
Uses of GlyphContextTester in org.apache.fop.complexscripts.scripts
Fields in org.apache.fop.complexscripts.scripts with type parameters of type GlyphContextTester Modifier and Type Field Description private static java.util.Map<java.lang.String,GlyphContextTester>ArabicScriptProcessor.PositioningScriptContextTester. testerMapprivate static java.util.Map<java.lang.String,GlyphContextTester>ArabicScriptProcessor.SubstitutionScriptContextTester. testerMapprivate static java.util.Map<java.lang.String,GlyphContextTester>IndicScriptProcessor.PositioningScriptContextTester. testerMapprivate static java.util.Map<java.lang.String,GlyphContextTester>IndicScriptProcessor.SubstitutionScriptContextTester. testerMapMethods in org.apache.fop.complexscripts.scripts that return GlyphContextTester Modifier and Type Method Description GlyphContextTesterArabicScriptProcessor.PositioningScriptContextTester. getTester(java.lang.String feature)GlyphContextTesterArabicScriptProcessor.SubstitutionScriptContextTester. getTester(java.lang.String feature)GlyphContextTesterIndicScriptProcessor.PositioningScriptContextTester. getTester(java.lang.String feature)GlyphContextTesterIndicScriptProcessor.SubstitutionScriptContextTester. getTester(java.lang.String feature) -
Uses of GlyphContextTester in org.apache.fop.complexscripts.util
Methods in org.apache.fop.complexscripts.util that return GlyphContextTester Modifier and Type Method Description GlyphContextTesterScriptContextTester. getTester(java.lang.String feature)Obtain a glyph context tester for the specified feature.
-