Delegate font_get_glyph_func_t
public delegate int font_get_glyph_func_t(IntPtr font, IntPtr fontData, codepoint_t unicode, codepoint_t variationSelector, out codepoint_t glyph, IntPtr userData)
Parameters
font
IntPtrfontData
IntPtrunicode
codepoint_tvariationSelector
codepoint_tglyph
codepoint_tuserData
IntPtr