Edit

Share via


FontFunctions.SetVariationGlyphDelegate Method

Definition

Sets the callback for retrieving the glyph identifier for a Unicode code point with a variation selector.

public void SetVariationGlyphDelegate(HarfBuzzSharp.VariationGlyphDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
VariationGlyphDelegate

The delegate to set for retrieving variation glyphs.

destroy
ReleaseDelegate

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

Applies to