Edit

Share via


UnicodeFunctions.GetCombiningClass Method

Definition

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.

Applies to