Class KernSubtableFormat2
- java.lang.Object
-
- org.apache.batik.svggen.font.table.KernSubtable
-
- org.apache.batik.svggen.font.table.KernSubtableFormat2
-
public class KernSubtableFormat2 extends KernSubtable
- Version:
- $Id: KernSubtableFormat2.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private intarrayprivate intleftClassTableprivate intrightClassTableprivate introwWidth
-
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
-
-