[ CCode ( cname = "hb_font_get_glyph_advance_func_t" , instance_pos = 3.9 ) ]
public delegate Position FontGetGlyphVAdvanceFunc (Font font, void* font_data, Codepoint glyph)
A virtual method for the FontFuncs of an Font object.
This method should retrieve the advance for a specified glyph. The method must return an Position.
| font |
Font to work upon |
| font_data |
|
| glyph |
The glyph ID to query |
| user_data |
User data pointer passed by the caller |
|
The advance of |