Edit

Share via


FontFunctions.SetNominalGlyphDelegate Method

Definition

Sets the callback for mapping a Unicode code point to its nominal glyph identifier.

public void SetNominalGlyphDelegate(HarfBuzzSharp.NominalGlyphDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
NominalGlyphDelegate

The delegate to set for mapping code points to glyphs.

destroy
ReleaseDelegate

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

Applies to