from_string


Description:

[ Version ( since = "0.9.2" ) ]
public static Script from_string (uint8[] str)

Converts a string str representing an ISO 15924 script tag to a corresponding Script.

Shorthand for from_string then from_iso15924_tag.

Parameters:

str

a string representing an ISO 15924 tag.

len

length of the str, or -1 if it is `NULL`-terminated.

Returns:

An Script corresponding to the ISO 15924 tag.