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