Edit

Share via


GeneralCategoryDelegate Delegate

Definition

A callback delegate used to retrieve the general category of a Unicode code point.

public delegate HarfBuzzSharp.UnicodeGeneralCategory GeneralCategoryDelegate(UnicodeFunctions ufuncs, uint unicode);

Parameters

ufuncs
UnicodeFunctions

The UnicodeFunctions instance invoking this callback.

unicode
UInt32

The Unicode code point to query.

Return Value

The UnicodeGeneralCategory for the specified code point.

Applies to