Edit

Share via


Script.Parse(String) Method

Definition

Parses the ISO 15924 script tag into the corresponding Script.

public static HarfBuzzSharp.Script Parse(string str);

Parameters

str
String

The ISO 15924 script tag to parse.

Returns

Returns the Script that corresponds the script tag that was parsed.

Applies to