Edit

Share via


UnicodeFunctions.SetScriptDelegate(ScriptDelegate, ReleaseDelegate) Method

Definition

Sets the callback for retrieving the script of a Unicode code point.

public void SetScriptDelegate(HarfBuzzSharp.ScriptDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
ScriptDelegate

The delegate to set for retrieving scripts.

destroy
ReleaseDelegate

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

Applies to