FontGetGlyphVAdvancesFunc


Description:

[ CCode ( cname = "hb_font_get_glyph_advances_func_t" , instance_pos = 7.9 ) ]
public delegate void FontGetGlyphVAdvancesFunc (Font font, void* font_data, uint count, Codepoint first_glyph, uint glyph_stride, Position first_advance, uint advance_stride)

A virtual method for the FontFuncs of an Font object.

This method should retrieve the advances for a sequence of glyphs.

Parameters:

font

Font to work upon

font_data

font user data pointer

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

user_data

User data pointer passed by the caller


Namespace: HarfBuzz