fop 1.1

Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningTable

Packages that use GlyphPositioningTable
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
 

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

Uses of GlyphPositioningTable in org.apache.fop.fonts
 

Methods in org.apache.fop.fonts that return GlyphPositioningTable
 GlyphPositioningTable MultiByteFont.getGPOS()
          Obtain glyph positioning table.
 

Methods in org.apache.fop.fonts with parameters of type GlyphPositioningTable
 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
 GlyphPositioningTable TTFFile.getGPOS()
          Returns the GPOS table or null if none present.
 


fop 1.1

Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.