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.Methods 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
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.