Edit

Share via


UnicodeFunctions.SetDecomposeDelegate Method

Definition

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

public void SetDecomposeDelegate(HarfBuzzSharp.DecomposeDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
DecomposeDelegate

The delegate to set for Unicode decomposition.

destroy
ReleaseDelegate

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

Applies to