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(IntPtr font, IntPtr fontData, codepoint_t glyph, uint pointIndex, out position_t x, out position_t y, IntPtr userData)

Parameters

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

Returns

int