pangoScriptIterNew           package:RGtk2           R Documentation

_p_a_n_g_o_S_c_r_i_p_t_I_t_e_r_N_e_w

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

     Create a new 'PangoScriptIter', used to break a string of Unicode
     into runs by text. No copy is made of 'text'.x

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

     pangoScriptIterNew(text, length)

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

  'text': [char]  a UTF-8 string

'length': [integer]  length of 'text', or -1 if 'text' is
          nul-terminated.

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

     Since  1.4

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

     ['PangoScriptIter']  the new script iterator, initialized to point
     at the first range in the text. If the string is empty, it will
     point at an empty range.

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

     Derived by RGtkGen from GTK+ documentation

