pangoFontDescriptionBetterMatch    package:RGtk2    R Documentation

_p_a_n_g_o_F_o_n_t_D_e_s_c_r_i_p_t_i_o_n_B_e_t_t_e_r_M_a_t_c_h

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

     Determines if the style attributes of 'new.match' are a closer
     match for 'desc' than 'old.match', or if 'old.match' is 'NULL',
     determines if 'new.match' is a match at all. Approximate matching
     is done for weight and style; other attributes must match exactly.

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

     pangoFontDescriptionBetterMatch(object, old.match = NULL, new.match)

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

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

'old.match': ['PangoFontDescription']  a 'PangoFontDescription', or
          'NULL'

'new.match': ['PangoFontDescription']  a 'PangoFontDescription'

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

     [logical] 'TRUE' if 'new.match' is a better match

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

     Derived by RGtkGen from GTK+ documentation

