Editar

Compartir por


FontFunctions.SetNominalGlyphsDelegate Method

Definition

Sets the callback for mapping multiple Unicode code points to their nominal glyph identifiers.

public void SetNominalGlyphsDelegate(HarfBuzzSharp.NominalGlyphsDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
NominalGlyphsDelegate

The delegate to set for batch mapping code points to glyphs.

destroy
ReleaseDelegate

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

Applies to