unicharGetScript

fun unicharGetScript(ch: <Error class: unknown class>): UnicodeScript

Looks up the #GUnicodeScript for a particular character (as defined by Unicode Standard Annex \#24). No check is made for @ch being a valid Unicode character; if you pass in invalid character, the result is undefined.

This function is equivalent to pango_script_for_unichar() and the two are interchangeable.

Return

the #GUnicodeScript for the character.

Since

2.14

Parameters

ch

a Unicode character