Class SingleSubstFormat1
- java.lang.Object
-
- org.apache.batik.svggen.font.table.LookupSubtable
-
- org.apache.batik.svggen.font.table.SingleSubst
-
- org.apache.batik.svggen.font.table.SingleSubstFormat1
-
public class SingleSubstFormat1 extends SingleSubst
- Version:
- $Id: SingleSubstFormat1.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private Coverage
coverage
private int
coverageOffset
private short
deltaGlyphID
-
Constructor Summary
Constructors Modifier Constructor Description protected
SingleSubstFormat1(java.io.RandomAccessFile raf, int offset)
Creates new SingleSubstFormat1
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFormat()
int
substitute(int glyphId)
-
Methods inherited from class org.apache.batik.svggen.font.table.SingleSubst
read
-
-
-
-
Field Detail
-
coverageOffset
private int coverageOffset
-
deltaGlyphID
private short deltaGlyphID
-
coverage
private Coverage coverage
-
-
Method Detail
-
getFormat
public int getFormat()
- Specified by:
getFormat
in classSingleSubst
-
substitute
public int substitute(int glyphId)
- Specified by:
substitute
in classSingleSubst
-
-