FontGetGlyphVAdvanceFunc


Description:

[ 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.

Parameters:

font

Font to work upon

font_data

font user data pointer

glyph

The glyph ID to query

user_data

User data pointer passed by the caller

Returns:

The advance of glyph within font


Namespace: HarfBuzz