fop 2.1

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

Packages that use GlyphTable
org.apache.fop.complexscripts.fonts   
org.apache.fop.complexscripts.scripts   
 

Uses of GlyphTable in org.apache.fop.complexscripts.fonts
 

Subclasses of GlyphTable in org.apache.fop.complexscripts.fonts
 class GlyphDefinitionTable
          The GlyphDefinitionTable class is a glyph table that implements glyph definition functionality according to the OpenType GDEF table.
 class GlyphPositioningTable
          The GlyphPositioningTable class is a glyph table that implements GlyphPositioning functionality.
 class GlyphSubstitutionTable
          The GlyphSubstitutionTable class is a glyph table that implements GlyphSubstitution functionality.
 

Methods in org.apache.fop.complexscripts.fonts that return GlyphTable
 GlyphTable GlyphSubtable.getTable()
           
 

Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphTable
 void GlyphSubtable.setTable(GlyphTable table)
          Establish a weak reference from this subtable to its parent table.
 

Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphTable
GlyphTable(GlyphTable gdef, java.util.Map lookups)
          Instantiate glyph table with specified lookups.
 

Uses of GlyphTable in org.apache.fop.complexscripts.scripts
 

Methods in org.apache.fop.complexscripts.scripts with parameters of type GlyphTable
 GlyphTable.UseSpec[] ScriptProcessor.assembleLookups(GlyphTable table, java.lang.String[] features, java.util.Map lookups)
          Assemble ordered array of lookup table use specifications according to the specified features and candidate lookups, where the order of the array is in accordance to the order of the applicable lookup list.
 


fop 2.1

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