Class KernSubtableFormat0
- java.lang.Object
-
- org.apache.batik.svggen.font.table.KernSubtable
-
- org.apache.batik.svggen.font.table.KernSubtableFormat0
-
public class KernSubtableFormat0 extends KernSubtable
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KernSubtableFormat0(java.io.RandomAccessFile raf)
Creates new KernSubtableFormat0
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KerningPair
getKerningPair(int i)
int
getKerningPairCount()
-
Methods inherited from class org.apache.batik.svggen.font.table.KernSubtable
read
-
-
-
-
Method Detail
-
getKerningPairCount
public int getKerningPairCount()
- Specified by:
getKerningPairCount
in classKernSubtable
-
getKerningPair
public KerningPair getKerningPair(int i)
- Specified by:
getKerningPair
in classKernSubtable
-
-