|
fop 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptProcessor | |
---|---|
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 | |
---|---|
protected java.util.Map<java.lang.String,ScriptProcessor> |
GlyphTable.processors
|
Constructor parameters in org.apache.fop.complexscripts.fonts with type arguments of type ScriptProcessor | |
---|---|
GlyphDefinitionTable(java.util.List subtables,
java.util.Map<java.lang.String,ScriptProcessor> processors)
Instantiate a GlyphDefinitionTable object using the specified subtables. |
|
GlyphPositioningTable(GlyphDefinitionTable gdef,
java.util.Map lookups,
java.util.List subtables,
java.util.Map<java.lang.String,ScriptProcessor> processors)
Instantiate a GlyphPositioningTable object using the specified lookups
and subtables. |
|
GlyphSubstitutionTable(GlyphDefinitionTable gdef,
java.util.Map lookups,
java.util.List subtables,
java.util.Map<java.lang.String,ScriptProcessor> processors)
Instantiate a GlyphSubstitutionTable object using the specified lookups
and subtables. |
|
GlyphTable(GlyphTable gdef,
java.util.Map<GlyphTable.LookupSpec,java.util.List<java.lang.String>> lookups,
java.util.Map<java.lang.String,ScriptProcessor> processors)
Instantiate glyph table with specified lookups. |
Uses of ScriptProcessor in org.apache.fop.complexscripts.scripts |
---|
Subclasses of ScriptProcessor in org.apache.fop.complexscripts.scripts | |
---|---|
class |
ArabicScriptProcessor
The ArabicScriptProcessor 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
The DevanagariScriptProcessor class implements a script processor for
performing glyph substitution and positioning operations on content associated with the Devanagari script. |
class |
GujaratiScriptProcessor
The GujaratiScriptProcessor class implements a script processor for
performing glyph substitution and positioning operations on content associated with the Gujarati script. |
class |
GurmukhiScriptProcessor
The GurmukhiScriptProcessor class implements a script processor for
performing glyph substitution and positioning operations on content associated with the Gurmukhi script. |
class |
IndicScriptProcessor
The IndicScriptProcessor class implements a script processor for
performing glyph substitution and positioning operations on content associated with the Indic script. |
class |
TamilScriptProcessor
The TamilScriptProcessor 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 | |
---|---|
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 | |
---|---|
static ScriptProcessor |
ScriptProcessor.getInstance(java.lang.String script,
java.util.Map<java.lang.String,ScriptProcessor> processors)
Obtain script processor instance associated with specified script. |
|
fop 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |