Function

Pango-1.0Pangoscript_for_unicharDeprecated 1.44.Since 1.4

  • Looks up the script for a particular character.

    The script of a character is defined by Unicode Standard Annex 24: Script names.

    No check is made for ch being a valid Unicode character; if you pass in invalid character, the result is undefined.

    Note that while the return type of this function is declared as Pango.Script, as of Pango 1.18, this function simply returns the return value of GLib.unichar_get_script. Callers must be prepared to handle unknown values.

    Parameters

    • Deprecatedch: string

      a Unicode character

    Returns Pango.Script

    the Pango.Script for the character.

    1.4

    since 1.44.: Use g_unichar_get_script()