Uses of Class
org.docx4j.fonts.fop.complexscripts.scripts.ScriptProcessor
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.complexscripts.fonts | |
| org.docx4j.fonts.fop.complexscripts.scripts |
-
Uses of ScriptProcessor in org.docx4j.fonts.fop.complexscripts.fonts
Fields in org.docx4j.fonts.fop.complexscripts.fonts with type parameters of type ScriptProcessor Modifier and Type Field Description protected java.util.Map<java.lang.String,ScriptProcessor>GlyphTable. processorsConstructor parameters in org.docx4j.fonts.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 aGlyphDefinitionTableobject using the specified subtables. -
Uses of ScriptProcessor in org.docx4j.fonts.fop.complexscripts.scripts
Subclasses of ScriptProcessor in org.docx4j.fonts.fop.complexscripts.scripts Modifier and Type Class Description classArabicScriptProcessorTheArabicScriptProcessorclass implements a script processor for performing glyph substitution and positioning operations on content associated with the Arabic script.classDefaultScriptProcessorDefault script processor, which enables default glyph composition/decomposition, common ligatures, localized forms and kerning.classDevanagariScriptProcessorTheDevanagariScriptProcessorclass implements a script processor for performing glyph substitution and positioning operations on content associated with the Devanagari script.classGujaratiScriptProcessorTheGujaratiScriptProcessorclass implements a script processor for performing glyph substitution and positioning operations on content associated with the Gujarati script.classGurmukhiScriptProcessorTheGurmukhiScriptProcessorclass implements a script processor for performing glyph substitution and positioning operations on content associated with the Gurmukhi script.classIndicScriptProcessorTheIndicScriptProcessorclass implements a script processor for performing glyph substitution and positioning operations on content associated with the Indic script.classKhmerScriptProcessorTheKhmerScriptProcessorclass implements a script processor for performing glyph substitution and positioning operations on content associated with the Khmer script.classTamilScriptProcessorTheTamilScriptProcessorclass 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 ScriptProcessor Modifier and Type Method Description static ScriptProcessorScriptProcessor. getInstance(java.lang.String script, java.util.Map<java.lang.String,ScriptProcessor> processors)Obtain script processor instance associated with specified script.static ScriptProcessorIndicScriptProcessor. makeProcessor(java.lang.String script)Make script specific flavor of Indic script processor.Method parameters in org.docx4j.fonts.fop.complexscripts.scripts with type arguments of type ScriptProcessor Modifier and Type Method Description static ScriptProcessorScriptProcessor. getInstance(java.lang.String script, java.util.Map<java.lang.String,ScriptProcessor> processors)Obtain script processor instance associated with specified script.