Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
GlyphSubstitutionTable |
OTFAdvancedTypographicTableReader.getGSUB()
Returns the GSUB table or null if none present.
|
Modifier and Type | Method and Description |
---|---|
GlyphSequence |
ScriptProcessor.substitute(GlyphSubstitutionTable gsub,
GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups)
Perform substitution processing using a specific set of lookup tables.
|
Modifier and Type | Method and Description |
---|---|
GlyphSubstitutionTable |
MultiByteFont.getGSUB()
Obtain glyph substitution table.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiByteFont.setGSUB(GlyphSubstitutionTable gsub)
Establishes the glyph substitution table.
|
Modifier and Type | Method and Description |
---|---|
GlyphSubstitutionTable |
OpenFont.getGSUB()
Returns the GSUB table or null if none present.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.