hb_font_get_glyph_advance_func_t

A virtual method for the #hb_font_funcs_t of an #hb_font_t object.

This method should retrieve the advance for a specified glyph. The method must return an #hb_position_t.

alias hb_font_get_glyph_advance_func_t = hb_position_t function(hb_font_t* font, void* fontData, hb_codepoint_t glyph, void* userData)

Return Value

The advance of @glyph within @font

Meta