pangoScriptForUnichar         package:RGtk2         R Documentation

_p_a_n_g_o_S_c_r_i_p_t_F_o_r_U_n_i_c_h_a_r

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

     Looks up the 'PangoScript' for a particular character (as defined
     by Unicode Standard Annex '24'). No check is made for 'ch' being a
     valid Unicode character; if you pass in invalid character, the
     result is undefined.

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

     pangoScriptForUnichar(ch)

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

    'ch': [numeric]  a Unicode character

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

     As of Pango 1.18, this function simply returns the return value of
     'gUnicharGetScript()'.  

     Since  1.4

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

     ['PangoScript']  the 'PangoScript' for the character.

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

     Derived by RGtkGen from GTK+ documentation

