public class KerningTable extends TTFTable
Modifier and Type | Field and Description |
---|---|
static String |
TAG
Tag to identify this table.
|
font, initialized
Modifier and Type | Method and Description |
---|---|
KerningSubtable |
getHorizontalKerningSubtable()
Obtain first subtable that supports non-cross-stream horizontal kerning.
|
KerningSubtable |
getHorizontalKerningSubtable(boolean cross)
Obtain first subtable that supports horizontal kerning with specified cross stream.
|
getCheckSum, getInitialized, getLength, getOffset, getTag
public static final String TAG
public KerningSubtable getHorizontalKerningSubtable()
public KerningSubtable getHorizontalKerningSubtable(boolean cross)
cross
- true if requesting cross stream horizontal kerningCopyright © 2002–2023 The Apache Software Foundation. All rights reserved.