Class SingleSubstFormat2
- java.lang.Object
-
- org.apache.batik.svggen.font.table.LookupSubtable
-
- org.apache.batik.svggen.font.table.SingleSubst
-
- org.apache.batik.svggen.font.table.SingleSubstFormat2
-
public class SingleSubstFormat2 extends SingleSubst
- Version:
- $Id: SingleSubstFormat2.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private Coveragecoverageprivate intcoverageOffsetprivate intglyphCountprivate int[]substitutes
-
Constructor Summary
Constructors Modifier Constructor Description protectedSingleSubstFormat2(java.io.RandomAccessFile raf, int offset)Creates new SingleSubstFormat2
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFormat()intsubstitute(int glyphId)-
Methods inherited from class org.apache.batik.svggen.font.table.SingleSubst
read
-
-
-
-
Field Detail
-
coverageOffset
private int coverageOffset
-
glyphCount
private int glyphCount
-
substitutes
private int[] substitutes
-
coverage
private Coverage coverage
-
-
Method Detail
-
getFormat
public int getFormat()
- Specified by:
getFormatin classSingleSubst
-
substitute
public int substitute(int glyphId)
- Specified by:
substitutein classSingleSubst
-
-