pangoLanguageIncludesScript      package:RGtk2      R Documentation

_p_a_n_g_o_L_a_n_g_u_a_g_e_I_n_c_l_u_d_e_s_S_c_r_i_p_t

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

     Determines if 'script' is one of the scripts used to write
     'language'. The returned value is conservative; if nothing is
     known about the language tag 'language', 'TRUE' will be returned,
     since, as far as Pango knows, 'script' might be used to write
     'language'.

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

     pangoLanguageIncludesScript(object, script)

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

'object': ['PangoLanguage']  a 'PangoLanguage', or 'NULL'

'script': ['PangoScript']  a 'PangoScript'

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

     This routine is used in Pango's itemization process when
     determining if a supplied language tag is relevant to a particular
     section of text. It probably is not useful for applications in
     most circumstances.  

     Since  1.4

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

     [logical] 'TRUE' if 'script' is one of the scripts used to write
     'language' or if nothing is known about 'language' (including the
     case that 'language' is 'NULL'), 'FALSE' otherwise.

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

     Derived by RGtkGen from GTK+ documentation

