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 |
---|---|
GlyphPositioningTable |
OTFAdvancedTypographicTableReader.getGPOS()
Returns the GPOS table or null if none present.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ScriptProcessor.position(GlyphPositioningTable gpos,
GlyphSequence gs,
String script,
String language,
int fontSize,
Map<GlyphTable.LookupSpec,List<GlyphTable.LookupTable>> lookups,
int[] widths,
int[][] adjustments)
Perform positioning processing using a specific set of lookup tables.
|
Modifier and Type | Method and Description |
---|---|
GlyphPositioningTable |
MultiByteFont.getGPOS()
Obtain glyph positioning table.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiByteFont.setGPOS(GlyphPositioningTable gpos)
Establishes the glyph positioning table.
|
Modifier and Type | Method and Description |
---|---|
GlyphPositioningTable |
OpenFont.getGPOS()
Returns the GPOS table or null if none present.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.