Uses of Class
org.apache.fop.complexscripts.fonts.GlyphTable
-
Packages that use GlyphTable Package Description 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 Modifier and Type Class Description class
GlyphDefinitionTable
TheGlyphDefinitionTable
class is a glyph table that implements glyph definition functionality according to the OpenType GDEF table.class
GlyphPositioningTable
TheGlyphPositioningTable
class is a glyph table that implementsGlyphPositioning
functionality.class
GlyphSubstitutionTable
TheGlyphSubstitutionTable
class is a glyph table that implementsGlyphSubstitution
functionality.Fields in org.apache.fop.complexscripts.fonts declared as GlyphTable Modifier and Type Field Description private GlyphTable
GlyphTable. gdef
Methods in org.apache.fop.complexscripts.fonts that return GlyphTable Modifier and Type Method Description GlyphTable
GlyphSubtable. getTable()
Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphTable Modifier and Type Method Description 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 Constructor Description GlyphTable(GlyphTable gdef, java.util.Map<GlyphTable.LookupSpec,java.util.List<java.lang.String>> lookups, java.util.Map<java.lang.String,ScriptProcessor> processors)
Instantiate glyph table with specified lookups. -
Uses of GlyphTable in org.apache.fop.complexscripts.scripts
Fields in org.apache.fop.complexscripts.scripts declared as GlyphTable Modifier and Type Field Description private GlyphTable
ScriptProcessor.AssembledLookupsKey. table
Methods in org.apache.fop.complexscripts.scripts with parameters of type GlyphTable Modifier and Type Method Description 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.Constructors in org.apache.fop.complexscripts.scripts with parameters of type GlyphTable Constructor Description AssembledLookupsKey(GlyphTable table, java.lang.String[] features, java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups)
-