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