public abstract class KernSubtable
extends java.lang.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(java.io.RandomAccessFile raf) |
public abstract int getKerningPairCount()
public abstract KerningPair getKerningPair(int i)
public static KernSubtable read(java.io.RandomAccessFile raf) throws java.io.IOException
java.io.IOException
Copyright © 2022 Apache Software Foundation. All Rights Reserved.