[ Version ( deprecated = true , deprecated_since = "2.0.0" , since = "0.9.2" ) ]
public Position get_glyph_v_kerning (Codepoint top_glyph, Codepoint bottom_glyph)
Warning: get_glyph_v_kerning is deprecated since 2.0.0.
Fetches the kerning-adjustment value for a glyph-pair in the specified font, for vertical text segments.
<note>It handles legacy kerning only (as returned by the corresponding FontFuncs function).</note>
| top_glyph |
The glyph ID of the top glyph in the glyph pair |
| bottom_glyph |
The glyph ID of the bottom glyph in the glyph pair |
| font |
Font to work upon |
|
The kerning adjustment value |