pangoFindBaseDir            package:RGtk2            R Documentation

_p_a_n_g_o_F_i_n_d_B_a_s_e_D_i_r

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

     Searches a string the first character that has a strong direction,
     according to the Unicode bidirectional algorithm.

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

     pangoFindBaseDir(text, length = -1)

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

  'text': [character]    the text to process

'length': [integer]  length of 'text' in bytes (may be -1 if 'text' is
          nul-terminated)

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

     Since  1.4

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

     ['PangoDirection']  The direction corresponding to the first
     strong character. If no such character is found, then
     'PANGO_DIRECTION_NEUTRAL' is returned.

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

     Derived by RGtkGen from GTK+ documentation

