Table of Contents

Delegate font_get_glyph_func_t

Namespace
HarfBuzz.Internal
Assembly
HarfBuzz-0.0.dll
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 IntPtr
fontData IntPtr
unicode codepoint_t
variationSelector codepoint_t
glyph codepoint_t
userData IntPtr

Returns

int