Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningTable
-
Packages that use GlyphPositioningTable 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. -
-
Uses of GlyphPositioningTable in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts declared as GlyphPositioningTable Modifier and Type Field Description private GlyphPositioningTable
OTFAdvancedTypographicTableReader. gpos
Methods in org.apache.fop.complexscripts.fonts that return GlyphPositioningTable Modifier and Type Method Description private GlyphPositioningTable
OTFAdvancedTypographicTableReader. constructGPOS()
Construct the (internal representation of the) GPOS table based on previously parsed state.GlyphPositioningTable
OTFAdvancedTypographicTableReader. getGPOS()
Returns the GPOS table or null if none present. -
Uses of GlyphPositioningTable in org.apache.fop.complexscripts.scripts
Methods in org.apache.fop.complexscripts.scripts with parameters of type GlyphPositioningTable 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<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups, int[] widths, int[][] adjustments)
Perform positioning processing using a specific set of lookup tables. -
Uses of GlyphPositioningTable in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as GlyphPositioningTable Modifier and Type Field Description private GlyphPositioningTable
MultiByteFont. gpos
Methods in org.apache.fop.fonts that return GlyphPositioningTable Modifier and Type Method Description GlyphPositioningTable
MultiByteFont. getGPOS()
Obtain glyph positioning table.Methods in org.apache.fop.fonts with parameters of type GlyphPositioningTable Modifier and Type Method Description void
MultiByteFont. setGPOS(GlyphPositioningTable gpos)
Establishes the glyph positioning table. -
Uses of GlyphPositioningTable in org.apache.fop.fonts.truetype
Methods in org.apache.fop.fonts.truetype that return GlyphPositioningTable Modifier and Type Method Description GlyphPositioningTable
OpenFont. getGPOS()
Returns the GPOS table or null if none present.
-