UnicodeFunctions.GetCombiningClass Method
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.
Overloads
| Name | Description |
|---|---|
| GetCombiningClass(Int32) |
Gets the canonical combining class of the specified Unicode code point. |
| GetCombiningClass(UInt32) |
Gets the canonical combining class of the specified Unicode code point. |
GetCombiningClass(Int32)
Gets the canonical combining class of the specified Unicode code point.
public HarfBuzzSharp.UnicodeCombiningClass GetCombiningClass(int unicode);
Parameters
- unicode
- Int32
The Unicode code point to query.
Returns
The UnicodeCombiningClass for the code point.
Applies to
GetCombiningClass(UInt32)
Gets the canonical combining class of the specified Unicode code point.
public HarfBuzzSharp.UnicodeCombiningClass GetCombiningClass(uint unicode);
Parameters
- unicode
- UInt32
The Unicode code point to query.
Returns
The UnicodeCombiningClass for the code point.