|
fop 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlyphDefinitionTable | |
---|---|
org.apache.fop.complexscripts.fonts | |
org.apache.fop.complexscripts.scripts | |
org.apache.fop.fonts | Classes for font handling. |
org.apache.fop.fonts.truetype | Classes for TrueType fonts. |
Uses of GlyphDefinitionTable in org.apache.fop.complexscripts.fonts |
---|
Fields in org.apache.fop.complexscripts.fonts declared as GlyphDefinitionTable | |
---|---|
protected GlyphDefinitionTable |
GlyphProcessingState.gdef
governing glyph definition table |
Methods in org.apache.fop.complexscripts.fonts that return GlyphDefinitionTable | |
---|---|
GlyphDefinitionTable |
OTFAdvancedTypographicTableReader.getGDEF()
Returns the GDEF table or null if none present. |
GlyphDefinitionTable |
GlyphSubtable.getGDEF()
|
GlyphDefinitionTable |
GlyphProcessingState.getGDEF()
Obtain governing glyph definition table. |
GlyphDefinitionTable |
GlyphTable.getGlyphDefinitions()
Obtain glyph definition table. |
Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphDefinitionTable | |
---|---|
void |
GlyphProcessingState.setGDEF(GlyphDefinitionTable gdef)
Set governing glyph definition table. |
Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphDefinitionTable | |
---|---|
GlyphPositioningTable(GlyphDefinitionTable gdef,
java.util.Map lookups,
java.util.List subtables)
Instantiate a GlyphPositioningTable object using the specified lookups
and subtables. |
|
GlyphSubstitutionTable(GlyphDefinitionTable gdef,
java.util.Map lookups,
java.util.List subtables)
Instantiate a GlyphSubstitutionTable object using the specified lookups
and subtables. |
Uses of GlyphDefinitionTable in org.apache.fop.complexscripts.scripts |
---|
Methods in org.apache.fop.complexscripts.scripts with parameters of type GlyphDefinitionTable | |
---|---|
GlyphSequence |
ScriptProcessor.reorderCombiningMarks(GlyphDefinitionTable gdef,
GlyphSequence gs,
int[][] gpa,
java.lang.String script,
java.lang.String language)
Reorder combining marks in glyph sequence so that they precede (within the sequence) the base character to which they are applied. |
GlyphSequence |
GurmukhiScriptProcessor.reorderCombiningMarks(GlyphDefinitionTable gdef,
GlyphSequence gs,
int[][] gpa,
java.lang.String script,
java.lang.String language)
|
GlyphSequence |
DefaultScriptProcessor.reorderCombiningMarks(GlyphDefinitionTable gdef,
GlyphSequence gs,
int[][] gpa,
java.lang.String script,
java.lang.String language)
|
GlyphSequence |
ArabicScriptProcessor.reorderCombiningMarks(GlyphDefinitionTable gdef,
GlyphSequence gs,
int[][] gpa,
java.lang.String script,
java.lang.String language)
Reorder combining marks in glyph sequence so that they precede (within the sequence) the base character to which they are applied. |
Uses of GlyphDefinitionTable in org.apache.fop.fonts |
---|
Methods in org.apache.fop.fonts that return GlyphDefinitionTable | |
---|---|
GlyphDefinitionTable |
MultiByteFont.getGDEF()
Obtain glyph definition table. |
Methods in org.apache.fop.fonts with parameters of type GlyphDefinitionTable | |
---|---|
void |
MultiByteFont.setGDEF(GlyphDefinitionTable gdef)
Establishes the glyph definition table. |
Uses of GlyphDefinitionTable in org.apache.fop.fonts.truetype |
---|
Methods in org.apache.fop.fonts.truetype that return GlyphDefinitionTable | |
---|---|
GlyphDefinitionTable |
TTFFile.getGDEF()
Returns the GDEF table or null if none present. |
|
fop 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |