fop 2.2

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

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

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

Methods in org.apache.fop.complexscripts.fonts that return GlyphTable.LookupTable
 GlyphTable.LookupTable GlyphTable.RuleLookup.getLookup()
           
 GlyphTable.LookupTable GlyphTable.UseSpec.getLookupTable()
           
 GlyphTable.LookupTable GlyphTable.getLookupTable(java.lang.String lid)
          Obtain lookup table by lookup id.
 

Methods in org.apache.fop.complexscripts.fonts that return types with arguments of type GlyphTable.LookupTable
 java.util.List<GlyphTable.LookupTable> GlyphTable.findLookupTables(GlyphTable.LookupSpec ls)
          Obtain ordered list of glyph lookup tables that match a specific lookup specification.
 java.util.List<GlyphTable.LookupTable> GlyphTable.getLookupTables()
          Obtain ordered list of all lookup tables, where order is by lookup identifier, which lexicographic ordering follows the lookup list order.
 java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> GlyphTable.matchLookups(java.lang.String script, java.lang.String language, java.lang.String feature)
          Match lookup specifications according to tuple, where '*' is a wildcard for a tuple component.
 

Method parameters in org.apache.fop.complexscripts.fonts with type arguments of type GlyphTable.LookupTable
 GlyphTable.UseSpec[] GlyphTable.assembleLookups(java.lang.String[] features, java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> 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.
 void GlyphTable.LookupTable.freezeSubtables(java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables)
          Freeze subtables, i.e., do not allow further subtable addition, and create resulting cached state.
static void GlyphTable.resolveLookupReferences(GlyphTable.RuleSet[] rsa, java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables)
          Resolve references to lookup tables in a collection of rules sets.
 void GlyphSubtable.resolveLookupReferences(java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables)
          Resolve references to lookup tables, e.g., in RuleLookup, to the lookup tables themselves.
 void GlyphTable.RuleLookup.resolveLookupReferences(java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables)
          Resolve references to lookup tables.
 void GlyphTable.Rule.resolveLookupReferences(java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables)
          Resolve references to lookup tables, e.g., in RuleLookup, to the lookup tables themselves.
 void GlyphTable.RuleSet.resolveLookupReferences(java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables)
          Resolve references to lookup tables, e.g., in RuleLookup, to the lookup tables themselves.
 

Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphTable.LookupTable
GlyphTable.UseSpec(GlyphTable.LookupTable lookupTable, java.lang.String feature)
          Construct a glyph lookup table use specification.
 

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

Method parameters in org.apache.fop.complexscripts.scripts with type arguments of type GlyphTable.LookupTable
 GlyphTable.UseSpec[] ScriptProcessor.assembleLookups(GlyphTable table, java.lang.String[] features, java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> 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.
 boolean ScriptProcessor.position(GlyphPositioningTable gpos, GlyphSequence gs, java.lang.String script, java.lang.String language, int fontSize, java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups, int[] widths, int[][] adjustments)
          Perform positioning processing using a specific set of lookup tables.
 GlyphSequence ScriptProcessor.substitute(GlyphSubstitutionTable gsub, GlyphSequence gs, java.lang.String script, java.lang.String language, java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups)
          Perform substitution processing using a specific set of lookup tables.
 


fop 2.2

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