Uses of Class
org.apache.fop.complexscripts.fonts.GlyphTable
Packages that use GlyphTable
-
Uses of GlyphTable in org.apache.fop.complexscripts.fonts
Subclasses of GlyphTable in org.apache.fop.complexscripts.fontsModifier and TypeClassDescriptionclass
TheGlyphDefinitionTable
class is a glyph table that implements glyph definition functionality according to the OpenType GDEF table.class
TheGlyphPositioningTable
class is a glyph table that implementsGlyphPositioning
functionality.class
TheGlyphSubstitutionTable
class is a glyph table that implementsGlyphSubstitution
functionality.Fields in org.apache.fop.complexscripts.fonts declared as GlyphTableMethods in org.apache.fop.complexscripts.fonts that return GlyphTableMethods in org.apache.fop.complexscripts.fonts with parameters of type GlyphTableModifier and TypeMethodDescriptionvoid
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 GlyphTableModifierConstructorDescriptionGlyphTable
(GlyphTable gdef, Map<GlyphTable.LookupSpec, List<String>> lookups, Map<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 GlyphTableModifier and TypeFieldDescriptionprivate final GlyphTable
ScriptProcessor.AssembledLookupsKey.table
Methods in org.apache.fop.complexscripts.scripts with parameters of type GlyphTableModifier and TypeMethodDescriptionfinal GlyphTable.UseSpec[]
ScriptProcessor.assembleLookups
(GlyphTable table, String[] features, Map<GlyphTable.LookupSpec, 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 GlyphTableModifierConstructorDescription(package private)
AssembledLookupsKey
(GlyphTable table, String[] features, Map<GlyphTable.LookupSpec, List<GlyphTable.LookupTable>> lookups)