class HexaPDF::Font::TrueType::Table::Kern

Parent

The ‘kern’ table contains kerning values, i.e. values to control inter-character spacing.

Restrictions:

  • Only subtable format 0 is supported, all other subtables are ignored.

See: www.microsoft.com/typography/otspec/kern.htm

Attributes

subtables[R]

The available subtables, all instances of Subtable.

version[RW]

The version of the table.

Public Instance Methods

horizontal_kerning_subtable()

Returns the first subtable that supports horizontal non-cross-stream kerning, or nil if no such subtable exists.