Edit

FontFunctions.SetGlyphContourPointDelegate Method

Definition

Sets the callback for retrieving glyph contour point coordinates.

public void SetGlyphContourPointDelegate(HarfBuzzSharp.GlyphContourPointDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
GlyphContourPointDelegate

The delegate to set for retrieving glyph contour point coordinates.

destroy
ReleaseDelegate

The delegate to call when the callback is replaced or destroyed, or null.

Applies to