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,
java.lang.String script,
java.lang.String language,
int fontSize,
java.util.Map<GlyphTable.LookupSpec,java.util.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 1999-2017 The Apache Software Foundation. All Rights Reserved.