Edit

Share via


UnicodeFunctions.GetScript Method

Definition

Overloads

Name Description
GetScript(UInt32)

Gets the script of the specified Unicode code point.

GetScript(Int32)

Gets the script of the specified Unicode code point.

GetScript(UInt32)

Gets the script of the specified Unicode code point.

public HarfBuzzSharp.Script GetScript(uint unicode);

Parameters

unicode
UInt32

The Unicode code point to query.

Returns

The Script for the code point.

Applies to

GetScript(Int32)

Gets the script of the specified Unicode code point.

public HarfBuzzSharp.Script GetScript(int unicode);

Parameters

unicode
Int32

The Unicode code point to query.

Returns

The Script for the code point.

Applies to