pangoFontDescriptionSetFamily     package:RGtk2     R Documentation

_p_a_n_g_o_F_o_n_t_D_e_s_c_r_i_p_t_i_o_n_S_e_t_F_a_m_i_l_y

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

     Sets the family name field of a font description. The family name
     represents a family of related font styles, and will resolve to a
     particular 'PangoFontFamily'. In some uses of
     'PangoFontDescription', it is also possible to use a comma
     separated list of family names for this field.

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

     pangoFontDescriptionSetFamily(object, family)

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

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

'family': [char]  a string representing the family name.

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

     Derived by RGtkGen from GTK+ documentation

