Edit

Share via


FontFunctions.SetGlyphNameDelegate(GlyphNameDelegate, ReleaseDelegate) Method

Definition

Sets the callback for retrieving the name of a glyph.

public void SetGlyphNameDelegate(HarfBuzzSharp.GlyphNameDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
GlyphNameDelegate

The delegate to set for retrieving glyph names.

destroy
ReleaseDelegate

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

Applies to