Table of Contents

Delegate font_get_glyph_contour_point_func_t

Namespace
HarfBuzz.Internal
Assembly
HarfBuzz-0.0.dll
public delegate int font_get_glyph_contour_point_func_t(nint font, nint fontData, codepoint_t glyph, uint pointIndex, out position_t x, out position_t y, nint userData)

Parameters

font nint
fontData nint
glyph codepoint_t
pointIndex uint
x position_t
y position_t
userData nint

Returns

int