CombiningClassDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A callback delegate used to retrieve the canonical combining class of a Unicode code point.
public delegate HarfBuzzSharp.UnicodeCombiningClass CombiningClassDelegate(UnicodeFunctions ufuncs, uint unicode);
Parameters
- ufuncs
- UnicodeFunctions
The UnicodeFunctions instance invoking this callback.
- unicode
- UInt32
The Unicode code point to query.
Return Value
The UnicodeCombiningClass for the specified code point.