Edit

Share via


UnicodeFunctions.GetGeneralCategory Method

Definition

Overloads

Name Description
GetGeneralCategory(Int32)

Gets the general category of the specified Unicode code point.

GetGeneralCategory(UInt32)

Gets the general category of the specified Unicode code point.

GetGeneralCategory(Int32)

Gets the general category of the specified Unicode code point.

public HarfBuzzSharp.UnicodeGeneralCategory GetGeneralCategory(int unicode);

Parameters

unicode
Int32

The Unicode code point to query.

Returns

The UnicodeGeneralCategory for the code point.

Applies to

GetGeneralCategory(UInt32)

Gets the general category of the specified Unicode code point.

public HarfBuzzSharp.UnicodeGeneralCategory GetGeneralCategory(uint unicode);

Parameters

unicode
UInt32

The Unicode code point to query.

Returns

The UnicodeGeneralCategory for the code point.

Applies to