pangoFontDescriptionMerge       package:RGtk2       R Documentation

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

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

     Merges the fields that are set in 'desc.to.merge' into the fields
     in 'desc'.  If 'replace.existing' is 'FALSE', only fields in
     'desc' that are not already set are affected. If 'TRUE', then
     fields that are already set will be replaced as well.

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

     pangoFontDescriptionMerge(object, desc.to.merge, replace.existing)

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

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

'desc.to.merge': ['PangoFontDescription']  the 'PangoFontDescription'
          to merge from

'replace.existing': [logical]  if 'TRUE', replace fields in 'desc' with
          the corresponding values from 'desc.to.merge', even if they
          are already exist.

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

     Derived by RGtkGen from GTK+ documentation

