Uses of Class
org.apache.fontbox.ttf.KerningSubtable
-
Packages that use KerningSubtable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of KerningSubtable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as KerningSubtable Modifier and Type Field Description private KerningSubtable[]
KerningTable. subtables
Methods in org.apache.fontbox.ttf that return KerningSubtable Modifier and Type Method Description KerningSubtable
KerningTable. getHorizontalKerningSubtable()
Obtain first subtable that supports non-cross-stream horizontal kerning.KerningSubtable
KerningTable. getHorizontalKerningSubtable(boolean cross)
Obtain first subtable that supports horizontal kerning with specified cross stream.
-