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
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 specificed cross stream.
-