Class LigatureSubstFormat1
- java.lang.Object
-
- org.apache.batik.svggen.font.table.LookupSubtable
-
- org.apache.batik.svggen.font.table.LigatureSubst
-
- org.apache.batik.svggen.font.table.LigatureSubstFormat1
-
public class LigatureSubstFormat1 extends LigatureSubst
- Version:
- $Id: LigatureSubstFormat1.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private Coverage
coverage
private int
coverageOffset
private int[]
ligatureSetOffsets
private LigatureSet[]
ligatureSets
private int
ligSetCount
-
Constructor Summary
Constructors Modifier Constructor Description protected
LigatureSubstFormat1(java.io.RandomAccessFile raf, int offset)
Creates new LigatureSubstFormat1
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFormat()
-
Methods inherited from class org.apache.batik.svggen.font.table.LigatureSubst
read
-
-
-
-
Field Detail
-
coverageOffset
private int coverageOffset
-
ligSetCount
private int ligSetCount
-
ligatureSetOffsets
private int[] ligatureSetOffsets
-
coverage
private Coverage coverage
-
ligatureSets
private LigatureSet[] ligatureSets
-
-