fontGetGlyphHKerning

Fetches the kerning-adjustment value for a glyph-pair in the specified font, for horizontal text segments.

<note>It handles legacy kerning only (as returned by the corresponding #hb_font_funcs_t function).</note>

Parameters

font harfbuzz.font.Font

#hb_font_t to work upon

leftGlyph harfbuzz.types.Codepoint

The glyph ID of the left glyph in the glyph pair

rightGlyph harfbuzz.types.Codepoint

The glyph ID of the right glyph in the glyph pair

Return Value

Type: harfbuzz.types.Position

The kerning adjustment value