Uses of Class
org.docx4j.fonts.fop.complexscripts.fonts.GlyphTable
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.complexscripts.fonts | |
| org.docx4j.fonts.fop.complexscripts.scripts |
-
Uses of GlyphTable in org.docx4j.fonts.fop.complexscripts.fonts
Subclasses of GlyphTable in org.docx4j.fonts.fop.complexscripts.fonts Modifier and Type Class Description classGlyphDefinitionTableTheGlyphDefinitionTableclass is a glyph table that implements glyph definition functionality according to the OpenType GDEF table.classGlyphPositioningTableTheGlyphPositioningTableclass is a glyph table that implementsGlyphPositioningfunctionality.classGlyphSubstitutionTableTheGlyphSubstitutionTableclass is a glyph table that implementsGlyphSubstitutionfunctionality.Methods in org.docx4j.fonts.fop.complexscripts.fonts that return GlyphTable Modifier and Type Method Description GlyphTableGlyphSubtable. getTable()Methods in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphTable Modifier and Type Method Description voidGlyphSubtable. setTable(GlyphTable table)Establish a weak reference from this subtable to its parent table.Constructors in org.docx4j.fonts.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.docx4j.fonts.fop.complexscripts.scripts
Methods in org.docx4j.fonts.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.