Edit

Share via


FontFunctions.SetHorizontalGlyphAdvanceDelegate Method

Definition

Sets the callback for retrieving horizontal advance width for a single glyph.

public void SetHorizontalGlyphAdvanceDelegate(HarfBuzzSharp.GlyphAdvanceDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
GlyphAdvanceDelegate

The delegate to set for retrieving horizontal glyph advances.

destroy
ReleaseDelegate

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

Applies to