Edit

Share via


Script.Implicit Operator

Definition

Overloads

Implicit(Script to UInt32)

Defines an implicit conversion of a Script to a UInt32 tag.

Implicit(UInt32 to Script)

Defines an implicit conversion of a UInt32 tag to a Script.

Implicit(Script to UInt32)

Defines an implicit conversion of a Script to a UInt32 tag.

public static implicit operator uint(HarfBuzzSharp.Script script);

Parameters

script
Script

The script to be converted into a tag.

Returns

Returns the tag that corresponds to the script.

Applies to

Implicit(UInt32 to Script)

Defines an implicit conversion of a UInt32 tag to a Script.

public static implicit operator HarfBuzzSharp.Script(uint tag);

Parameters

tag
UInt32

The tag to be converted into a script.

Returns

Returns the script that corresponds to the tag.

Applies to