pangoUnicharDirection         package:RGtk2         R Documentation

_p_a_n_g_o_U_n_i_c_h_a_r_D_i_r_e_c_t_i_o_n

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

     Determines the direction of a character; either
     'PANGO_DIRECTION_LTR', 'PANGO_DIRECTION_RTL', or
     'PANGO_DIRECTION_NEUTRAL'.

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

     pangoUnicharDirection(ch)

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

    'ch': [numeric]  a Unicode character

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

     ['PangoDirection']  the direction of the character, as used in the
     Unicode bidirectional algorithm.

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

     Derived by RGtkGen from GTK+ documentation

