Table of Contents

Delegate font_get_glyph_advances_func_t

Namespace
HarfBuzz.Internal
Assembly
HarfBuzz-0.0.dll
public delegate void font_get_glyph_advances_func_t(IntPtr font, IntPtr fontData, uint count, ref codepoint_t firstGlyph, uint glyphStride, out position_t firstAdvance, uint advanceStride, IntPtr userData)

Parameters

font IntPtr
fontData IntPtr
count uint
firstGlyph codepoint_t
glyphStride uint
firstAdvance position_t
advanceStride uint
userData IntPtr