Package | Description |
---|---|
org.apache.fop.complexscripts.fonts | |
org.apache.fop.complexscripts.scripts |
Modifier and Type | Method and Description |
---|---|
GlyphTable.LookupTable |
GlyphTable.RuleLookup.getLookup() |
GlyphTable.LookupTable |
GlyphTable.UseSpec.getLookupTable() |
GlyphTable.LookupTable |
GlyphTable.getLookupTable(java.lang.String lid)
Obtain lookup table by lookup id.
|
Modifier and Type | Method and Description |
---|---|
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
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved. |