Uses of Class
org.apache.fop.complexscripts.scripts.ScriptProcessor
Packages that use ScriptProcessor
-
Uses of ScriptProcessor in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts with type parameters of type ScriptProcessorModifier and TypeFieldDescriptionprotected Map<String, ScriptProcessor> GlyphTable.processorsprivate Map<String, ScriptProcessor> OTFAdvancedTypographicTableReader.processorsConstructor parameters in org.apache.fop.complexscripts.fonts with type arguments of type ScriptProcessorModifierConstructorDescriptionGlyphDefinitionTable(List subtables, Map<String, ScriptProcessor> processors) Instantiate aGlyphDefinitionTableobject using the specified subtables. -
Uses of ScriptProcessor in org.apache.fop.complexscripts.scripts
Subclasses of ScriptProcessor in org.apache.fop.complexscripts.scriptsModifier and TypeClassDescriptionclassTheArabicScriptProcessorclass implements a script processor for performing glyph substitution and positioning operations on content associated with the Arabic script.classDefault script processor, which enables default glyph composition/decomposition, common ligatures, localized forms and kerning.classTheDevanagariScriptProcessorclass implements a script processor for performing glyph substitution and positioning operations on content associated with the Devanagari script.classTheGujaratiScriptProcessorclass implements a script processor for performing glyph substitution and positioning operations on content associated with the Gujarati script.classTheGurmukhiScriptProcessorclass implements a script processor for performing glyph substitution and positioning operations on content associated with the Gurmukhi script.classclassTheIndicScriptProcessorclass implements a script processor for performing glyph substitution and positioning operations on content associated with the Indic script.classTheKhmerScriptProcessorclass implements a script processor for performing glyph substitution and positioning operations on content associated with the Khmer script.classTheTamilScriptProcessorclass implements a script processor for performing glyph substitution and positioning operations on content associated with the Tamil script.classMethods in org.apache.fop.complexscripts.scripts that return ScriptProcessorModifier and TypeMethodDescriptionprivate static ScriptProcessorScriptProcessor.createProcessor(String script) static ScriptProcessorScriptProcessor.getInstance(String script, Map<String, ScriptProcessor> processors) Obtain script processor instance associated with specified script.static ScriptProcessorIndicScriptProcessor.makeProcessor(String script) Make script specific flavor of Indic script processor.Method parameters in org.apache.fop.complexscripts.scripts with type arguments of type ScriptProcessorModifier and TypeMethodDescriptionstatic ScriptProcessorScriptProcessor.getInstance(String script, Map<String, ScriptProcessor> processors) Obtain script processor instance associated with specified script.