Edit

Share via


UnicodeFunctions.SetGeneralCategoryDelegate Method

Definition

Sets the callback for retrieving the general category of a Unicode code point.

public void SetGeneralCategoryDelegate(HarfBuzzSharp.GeneralCategoryDelegate del, HarfBuzzSharp.ReleaseDelegate destroy = default);

Parameters

del
GeneralCategoryDelegate

The delegate to set for retrieving general categories.

destroy
ReleaseDelegate

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

Applies to