Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningTable
Packages that use GlyphPositioningTable
Package
Description
Classes for font handling.
Classes for TrueType fonts.
-
Uses of GlyphPositioningTable in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts declared as GlyphPositioningTableModifier and TypeFieldDescriptionprivate GlyphPositioningTable
OTFAdvancedTypographicTableReader.gpos
Methods in org.apache.fop.complexscripts.fonts that return GlyphPositioningTableModifier and TypeMethodDescriptionprivate GlyphPositioningTable
OTFAdvancedTypographicTableReader.constructGPOS()
Construct the (internal representation of the) GPOS table based on previously parsed state.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 GlyphPositioningTableModifier and TypeMethodDescriptionfinal 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. -
Uses of GlyphPositioningTable in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as GlyphPositioningTableMethods in org.apache.fop.fonts that return GlyphPositioningTableMethods in org.apache.fop.fonts with parameters of type GlyphPositioningTableModifier and TypeMethodDescriptionvoid
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 GlyphPositioningTableModifier and TypeMethodDescriptionOpenFont.getGPOS()
Returns the GPOS table or null if none present.