Edit

Share via


UnicodeFunctions.SetCombiningClassDelegate Method

Definition

Sets the callback for retrieving the canonical combining class of a Unicode code point.

public void SetCombiningClassDelegate(HarfBuzzSharp.CombiningClassDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
CombiningClassDelegate

The delegate to set for retrieving combining classes.

destroy
ReleaseDelegate

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

Applies to