fop 2.1

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

Packages that use GlyphSubstitutionTable
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 GlyphSubstitutionTable in org.apache.fop.complexscripts.fonts
 

Methods in org.apache.fop.complexscripts.fonts that return GlyphSubstitutionTable
 GlyphSubstitutionTable OTFAdvancedTypographicTableReader.getGSUB()
          Returns the GSUB table or null if none present.
 

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

Methods in org.apache.fop.complexscripts.scripts with parameters of type GlyphSubstitutionTable
 GlyphSequence ScriptProcessor.substitute(GlyphSubstitutionTable gsub, GlyphSequence gs, java.lang.String script, java.lang.String language, java.util.Map lookups)
          Perform substitution processing using a specific set of lookup tables.
 

Uses of GlyphSubstitutionTable in org.apache.fop.fonts
 

Methods in org.apache.fop.fonts that return GlyphSubstitutionTable
 GlyphSubstitutionTable MultiByteFont.getGSUB()
          Obtain glyph substitution table.
 

Methods in org.apache.fop.fonts with parameters of type GlyphSubstitutionTable
 void MultiByteFont.setGSUB(GlyphSubstitutionTable gsub)
          Establishes the glyph substitution table.
 

Uses of GlyphSubstitutionTable in org.apache.fop.fonts.truetype
 

Methods in org.apache.fop.fonts.truetype that return GlyphSubstitutionTable
 GlyphSubstitutionTable OpenFont.getGSUB()
          Returns the GSUB table or null if none present.
 


fop 2.1

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