jp.cssj.sakae.opentype.table
クラス KernSubtable
java.lang.Object
jp.cssj.sakae.opentype.table.KernSubtable
- 直系の既知のサブクラス:
- KernSubtableFormat0, KernSubtableFormat2
public abstract class KernSubtable
- extends Object
- バージョン:
- $Id: KernSubtable.java,v 1.2 2007-05-06 04:27:01 miyabe Exp $
- 作成者:
- David Schweinsberg
コンストラクタの概要 |
protected |
KernSubtable()
Creates new KernSubtable |
クラス 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
- 例外:
IOException