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
Methods in org.apache.fop.complexscripts.fonts that return GlyphPositioningTableModifier and TypeMethodDescriptionOTFAdvancedTypographicTableReader.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
Methods 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.