Uses of Class
org.docx4j.fonts.fop.complexscripts.fonts.GlyphTable.RuleSet
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.complexscripts.fonts |
-
Uses of GlyphTable.RuleSet in org.docx4j.fonts.fop.complexscripts.fonts
Subclasses of GlyphTable.RuleSet in org.docx4j.fonts.fop.complexscripts.fonts Modifier and Type Class Description static classGlyphTable.HomogeneousRuleSetTheHomogenousRuleSetclass implements a collection of rules, which must be the same rule type (i.e., same concrete rule class) or null.Methods in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphTable.RuleSet Modifier and Type Method Description static voidGlyphTable. resolveLookupReferences(GlyphTable.RuleSet[] rsa, java.util.Map<java.lang.String,GlyphTable.LookupTable> lookupTables)Resolve references to lookup tables in a collection of rules sets.