get_mirror_char


Description:


[ Version ( deprecated = true , deprecated_since = "1.30" ) ]
public bool get_mirror_char (unichar ch, unichar mirrored_ch)

Warning: get_mirror_char is deprecated since 1.30.

Returns the mirrored character of a Unicode character.

Note:

Use [func@GLib.unichar_get_mirror_char] instead; the docs for that function provide full details.

Mirror characters are determined by the Unicode mirrored property.

Parameters:

ch

a Unicode character

mirrored_ch

location to store the mirrored character

Returns:

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


Namespace: Pango
Package: pango