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