Uses of Class
org.apache.fop.complexscripts.scripts.ScriptProcessor
-
Packages that use ScriptProcessor Package Description org.apache.fop.complexscripts.fonts org.apache.fop.complexscripts.scripts -
-
Uses of ScriptProcessor in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts with type parameters of type ScriptProcessor Modifier and Type Field Description protected java.util.Map<java.lang.String,ScriptProcessor>
GlyphTable. processors
Constructor parameters in org.apache.fop.complexscripts.fonts with type arguments of type ScriptProcessor Constructor Description GlyphDefinitionTable(java.util.List subtables, java.util.Map<java.lang.String,ScriptProcessor> processors)
Instantiate aGlyphDefinitionTable
object using the specified subtables. -
Uses of ScriptProcessor in org.apache.fop.complexscripts.scripts
Subclasses of ScriptProcessor in org.apache.fop.complexscripts.scripts Modifier and Type Class Description class
ArabicScriptProcessor
TheArabicScriptProcessor
class implements a script processor for performing glyph substitution and positioning operations on content associated with the Arabic script.class
DefaultScriptProcessor
Default script processor, which enables default glyph composition/decomposition, common ligatures, localized forms and kerning.class
DevanagariScriptProcessor
TheDevanagariScriptProcessor
class implements a script processor for performing glyph substitution and positioning operations on content associated with the Devanagari script.class
GujaratiScriptProcessor
TheGujaratiScriptProcessor
class implements a script processor for performing glyph substitution and positioning operations on content associated with the Gujarati script.class
GurmukhiScriptProcessor
TheGurmukhiScriptProcessor
class implements a script processor for performing glyph substitution and positioning operations on content associated with the Gurmukhi script.class
IndicScriptProcessor
TheIndicScriptProcessor
class implements a script processor for performing glyph substitution and positioning operations on content associated with the Indic script.class
KhmerScriptProcessor
TheKhmerScriptProcessor
class implements a script processor for performing glyph substitution and positioning operations on content associated with the Khmer script.class
TamilScriptProcessor
TheTamilScriptProcessor
class implements a script processor for performing glyph substitution and positioning operations on content associated with the Tamil script.Methods in org.apache.fop.complexscripts.scripts that return ScriptProcessor Modifier and Type Method Description static ScriptProcessor
ScriptProcessor. getInstance(java.lang.String script, java.util.Map<java.lang.String,ScriptProcessor> processors)
Obtain script processor instance associated with specified script.static ScriptProcessor
IndicScriptProcessor. makeProcessor(java.lang.String script)
Make script specific flavor of Indic script processor.Method parameters in org.apache.fop.complexscripts.scripts with type arguments of type ScriptProcessor Modifier and Type Method Description static ScriptProcessor
ScriptProcessor. getInstance(java.lang.String script, java.util.Map<java.lang.String,ScriptProcessor> processors)
Obtain script processor instance associated with specified script.
-