Function
Pangoget_mirror_char
deprecated: 1.30
Declaration [src]
gboolean
pango_get_mirror_char (
gunichar ch,
gunichar* mirrored_ch
)
Description [src]
Returns the mirrored character of a Unicode character.
Mirror characters are determined by the Unicode mirrored property.
Deprecated since: 1.30
Use g_unichar_get_mirror_char()
instead;
the docs for that function provide full details.