Table of Contents

Delegate font_get_glyph_kerning_func_t

Namespace
HarfBuzz
Assembly
HarfBuzz-0.0.dll
public delegate position_t font_get_glyph_kerning_func_t(font_t font, IntPtr fontData, codepoint_t firstGlyph, codepoint_t secondGlyph)

Parameters

font font_t
fontData IntPtr
firstGlyph codepoint_t
secondGlyph codepoint_t

Returns

position_t