Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pangoGetMirrorChar

pangoGetMirrorChar


Description

If ch has the Unicode mirrored property and there is another Unicode character that typically has a glyph that is the mirror image of ch's glyph, puts that character in the address pointed to by mirrored.ch. WARNING: pango_get_mirror_char is deprecated and should not be used in newly-written code.

Usage

pangoGetMirrorChar(ch)

Arguments

ch

[numeric] a Unicode character

Details

Use gUnicharGetMirrorChar() instead; the docs for that function provide full details.

Value

A list containing the following elements:

retval

[logical] TRUE if ch has a mirrored character and mirrored.ch is filled in, FALSE otherwise

mirrored.ch

[numeric] location to store the mirrored character

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.