get_glyph_h_advances


Description:

[ Version ( since = "1.8.6" ) ]
public void get_glyph_h_advances (uint count, Codepoint first_glyph, uint glyph_stride, Position first_advance, uint advance_stride)

Fetches the advances for a sequence of glyph IDs in the specified font, for horizontal text segments.

Parameters:

count

The number of glyph IDs in the sequence queried

first_glyph

The first glyph ID to query

glyph_stride

The stride between successive glyph IDs

first_advance

The first advance retrieved

advance_stride

The stride between successive advances

font

Font to work upon