pangoFontDescriptionSetStyle      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_S_t_y_l_e

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

     Sets the style field of a 'PangoFontDescription'. The 'PangoStyle'
     enumeration describes whether the font is slanted and the manner
     in which it is slanted; it can be either 'PANGO_STYLE_NORMAL',
     'PANGO_STYLE_ITALIC', or 'PANGO_STYLE_OBLIQUE'. Most fonts will
     either have a italic style or an oblique style, but not both, and
     font matching in Pango will match italic specifications with
     oblique fonts and vice-versa if an exact match is not found.

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

     pangoFontDescriptionSetStyle(object, style)

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

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

 'style': ['PangoStyle']  the style for the font description

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

     Derived by RGtkGen from GTK+ documentation

