Delegate font_get_glyph_shape_func_t
- Namespace
- HarfBuzz
- Assembly
- HarfBuzz-0.0.dll
public delegate void font_get_glyph_shape_func_t(font_t font, IntPtr fontData, codepoint_t glyph, draw_funcs_t drawFuncs, IntPtr drawData)
Parameters
font
font_tfontData
IntPtrglyph
codepoint_tdrawFuncs
draw_funcs_tdrawData
IntPtr