Uses of Class
org.apache.batik.svggen.font.table.LookupSubtable
-
Packages that use LookupSubtable Package Description org.apache.batik.svggen.font.table -
-
Uses of LookupSubtable in org.apache.batik.svggen.font.table
Subclasses of LookupSubtable in org.apache.batik.svggen.font.table Modifier and Type Class Description classLigatureSubstclassLigatureSubstFormat1classSingleSubstclassSingleSubstFormat1classSingleSubstFormat2Fields in org.apache.batik.svggen.font.table declared as LookupSubtable Modifier and Type Field Description private LookupSubtable[]Lookup. subTablesMethods in org.apache.batik.svggen.font.table that return LookupSubtable Modifier and Type Method Description LookupSubtableLookup. getSubtable(int i)LookupSubtableGsubTable. read(int type, java.io.RandomAccessFile raf, int offset)1 - Single - Replace one glyph with one glyph 2 - Multiple - Replace one glyph with more than one glyph 3 - Alternate - Replace one glyph with one of many glyphs 4 - Ligature - Replace multiple glyphs with one glyph 5 - Context - Replace one or more glyphs in context 6 - Chaining - Context Replace one or more glyphs in chained contextLookupSubtableLookupSubtableFactory. read(int type, java.io.RandomAccessFile raf, int offset)
-