hb_font_get_glyph_extents_func_t

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

This method should retrieve the extents for a specified glyph. Extents must be returned in an #hb_glyph_extents output parameter.

alias hb_font_get_glyph_extents_func_t = hb_bool_t function(hb_font_t* font, void* fontData, hb_codepoint_t glyph, hb_glyph_extents_t* extents, void* userData)

Return Value

%true if data found, %false otherwise

Meta