pangoFontDescriptionEqual       package:RGtk2       R Documentation

_p_a_n_g_o_F_o_n_t_D_e_s_c_r_i_p_t_i_o_n_E_q_u_a_l

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

     Compares two font descriptions for equality. Two font descriptions
     are considered equal if the fonts they describe are provably
     identical. This means that their masks do not have to match, as
     long as other fields are all the same. (Two font descriptions may
     result in identical fonts being loaded, but still compare
     'FALSE'.)

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

     pangoFontDescriptionEqual(object, desc2)

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

'object': ['PangoFontDescription']  a 'PangoFontDescription'

 'desc2': ['PangoFontDescription']  another 'PangoFontDescription'

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

     [logical] 'TRUE' if the two font descriptions are identical,
     'FALSE' otherwise.

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

     Derived by RGtkGen from GTK+ documentation

