Table of Contents

Delegate font_get_glyph_origins_func_t

Namespace
HarfBuzz.Internal
Assembly
HarfBuzz-0.0.dll
public delegate int font_get_glyph_origins_func_t(nint font, nint fontData, uint count, ref codepoint_t firstGlyph, uint glyphStride, out position_t firstX, uint xStride, out position_t firstY, uint yStride, nint userData)

Parameters

font nint
fontData nint
count uint
firstGlyph codepoint_t
glyphStride uint
firstX position_t
xStride uint
firstY position_t
yStride uint
userData nint

Returns

int