Skip to main content

Delegate GlyphContourPointDelegate

Namespace: HarfBuzzSharp
Assembly: VelloSharp.HarfBuzzSharp.dll

public delegate bool GlyphContourPointDelegate(Font font, object? fontData, uint glyph, uint pointIndex, out int x, out int y)

Parameters

font Font

fontData object?

glyph uint

pointIndex uint

x int

y int

Returns

bool