Uses of Class
org.docx4j.fonts.fop.complexscripts.scripts.ScriptProcessor
Packages that use ScriptProcessor
Package
Description
-
Uses of ScriptProcessor in org.docx4j.fonts.fop.complexscripts.fonts
Fields in org.docx4j.fonts.fop.complexscripts.fonts with type parameters of type ScriptProcessorConstructor parameters in org.docx4j.fonts.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.docx4j.fonts.fop.complexscripts.scripts
Subclasses of ScriptProcessor in org.docx4j.fonts.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.classTheIndicScriptProcessorclass 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.Methods in org.docx4j.fonts.fop.complexscripts.scripts that return ScriptProcessorModifier and TypeMethodDescriptionstatic 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.docx4j.fonts.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.