Edit

Share via


FontFunctions.SetGlyphFromNameDelegate Method

Definition

Sets the callback for retrieving a glyph identifier from a glyph name.

public void SetGlyphFromNameDelegate(HarfBuzzSharp.GlyphFromNameDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
GlyphFromNameDelegate

The delegate to set for retrieving glyph identifiers from names.

destroy
ReleaseDelegate

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

Applies to