public abstract class KernSubtable extends Object
Modifier | Constructor and Description |
---|---|
protected |
KernSubtable()
Creates new KernSubtable
|
Modifier and Type | Method and Description |
---|---|
abstract KerningPair |
getKerningPair(int i) |
abstract int |
getKerningPairCount() |
static KernSubtable |
read(RandomAccessFile raf) |
public abstract int getKerningPairCount()
public abstract KerningPair getKerningPair(int i)
public static KernSubtable read(RandomAccessFile raf) throws IOException
IOException
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.