Table of Contents

Delegate font_get_glyph_kerning_func_t

Namespace
HarfBuzz.Internal
Assembly
HarfBuzz-0.0.dll
public delegate int font_get_glyph_kerning_func_t(IntPtr font, IntPtr fontData, codepoint_t firstGlyph, codepoint_t secondGlyph, IntPtr userData)

Parameters

font IntPtr
fontData IntPtr
firstGlyph codepoint_t
secondGlyph codepoint_t
userData IntPtr

Returns

int