Table of Contents

Delegate font_get_glyph_name_func_t

Namespace
HarfBuzz.Internal
Assembly
HarfBuzz-0.0.dll
public delegate int font_get_glyph_name_func_t(IntPtr font, IntPtr fontData, codepoint_t glyph, string[] name, out uint size, IntPtr userData)

Parameters

font IntPtr
fontData IntPtr
glyph codepoint_t
name string[]
size uint
userData IntPtr

Returns

int