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,
String script,
String language,
Map<GlyphTable.LookupSpec,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 © 2025 Apache Software Foundation. All rights reserved.