pangoGetMirrorChar           package:RGtk2           R Documentation

_p_a_n_g_o_G_e_t_M_i_r_r_o_r_C_h_a_r

_D_e_s_c_r_i_p_t_i_o_n:

     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.*

_U_s_a_g_e:

     pangoGetMirrorChar(ch)

_A_r_g_u_m_e_n_t_s:

    'ch': [numeric]  a Unicode character

_D_e_t_a_i_l_s:

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

_V_a_l_u_e:

     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

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

