Function

Pango-1.0Pangoget_mirror_charDeprecated 1.30

  • Returns the mirrored character of a Unicode character.

    Mirror characters are determined by the Unicode mirrored property.

    Parameters

    • Deprecatedch: string

      a Unicode character

    Returns [boolean, string]

    true if ch has a mirrored character and mirrored_ch is filled in, false otherwise

    since 1.30: Use GLib.unichar_get_mirror_char instead; the docs for that function provide full details.