Delegate font_get_glyph_kerning_func_t
public delegate int font_get_glyph_kerning_func_t(IntPtr font, IntPtr fontData, codepoint_t firstGlyph, codepoint_t secondGlyph, IntPtr userData)
Parameters
font
IntPtrfontData
IntPtrfirstGlyph
codepoint_tsecondGlyph
codepoint_tuserData
IntPtr