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(nint font, nint fontData, codepoint_t unicode, codepoint_t variationSelector, out codepoint_t glyph, nint userData)

Parameters

font nint
fontData nint
unicode codepoint_t
variationSelector codepoint_t
glyph codepoint_t
userData nint

Returns

int