Skip to main content

Delegate GlyphKerningDelegate

Namespace: HarfBuzzSharp
Assembly: VelloSharp.HarfBuzzSharp.dll

public delegate int GlyphKerningDelegate(Font font, object? fontData, uint firstGlyph, uint secondGlyph)

Parameters

font Font

fontData object?

firstGlyph uint

secondGlyph uint

Returns

int