org.apache.batik.svggen.font.table
Class KernSubtable
java.lang.Object
org.apache.batik.svggen.font.table.KernSubtable
- Direct Known Subclasses:
- KernSubtableFormat0, KernSubtableFormat2
public abstract class KernSubtable
- extends Object
Constructor Summary |
protected |
KernSubtable()
Creates new KernSubtable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KernSubtable
protected KernSubtable()
- Creates new KernSubtable
getKerningPairCount
public abstract int getKerningPairCount()
getKerningPair
public abstract KerningPair getKerningPair(int i)
read
public static KernSubtable read(RandomAccessFile raf)
throws IOException
- Throws:
IOException
Copyright © 2008 Apache Software Foundation. All Rights Reserved.