Package | Description |
---|---|
org.apache.fop.complexscripts.fonts | |
org.apache.fop.complexscripts.scripts |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,ScriptProcessor> |
GlyphTable.processors |
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.