pangoFontDescriptionSetFamilyStatic  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_S_t_a_t_i_c

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

     Like 'pangoFontDescriptionSetFamily', except that no copy of
     'family' is made. This function can be used if 'family' is a
     static string such as a C string literal, or if 'desc' is only
     needed temporarily.

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

     pangoFontDescriptionSetFamilyStatic(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

