Edit

Share via


UnicodeFunctions.SetComposeDelegate(ComposeDelegate, ReleaseDelegate) Method

Definition

Sets the callback for composing two Unicode code points into a single code point.

public void SetComposeDelegate(HarfBuzzSharp.ComposeDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
ComposeDelegate

The delegate to set for Unicode composition.

destroy
ReleaseDelegate

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

Applies to