|
fop 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlyphTable.LookupTable | |
---|---|
org.apache.fop.complexscripts.fonts | |
org.apache.fop.complexscripts.scripts |
Uses of GlyphTable.LookupTable in org.apache.fop.complexscripts.fonts |
---|
Methods in org.apache.fop.complexscripts.fonts that return GlyphTable.LookupTable | |
---|---|
GlyphTable.LookupTable |
GlyphTable.RuleLookup.getLookup()
|
GlyphTable.LookupTable |
GlyphTable.UseSpec.getLookupTable()
|
GlyphTable.LookupTable |
GlyphTable.getLookupTable(java.lang.String lid)
Obtain lookup table by lookup id. |
Methods in org.apache.fop.complexscripts.fonts that return types with arguments of type GlyphTable.LookupTable | |
---|---|
java.util.List<GlyphTable.LookupTable> |
GlyphTable.findLookupTables(GlyphTable.LookupSpec ls)
Obtain ordered list of glyph lookup tables that match a specific lookup specification. |
java.util.List<GlyphTable.LookupTable> |
GlyphTable.getLookupTables()
Obtain ordered list of all lookup tables, where order is by lookup identifier, which lexicographic ordering follows the lookup list order. |
java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> |
GlyphTable.matchLookups(java.lang.String script,
java.lang.String language,
java.lang.String feature)
Match lookup specifications according to |