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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSingleSubstFormat1(java.io.RandomAccessFile raf, int offset)Creates new SingleSubstFormat1
-
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
-
-
-
-
Method Detail
-
getFormat
public int getFormat()
- Specified by:
getFormatin classSingleSubst
-
substitute
public int substitute(int glyphId)
- Specified by:
substitutein classSingleSubst
-
-