cairoSelectFontFace          package:RGtk2          R Documentation

_c_a_i_r_o_S_e_l_e_c_t_F_o_n_t_F_a_c_e

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

     Selects a family and style of font from a simplified description
     as a family name, slant and weight. This function is meant to be
     used only for applications with simple font needs: Cairo doesn't
     provide for operations such as listing all available fonts on the
     system, and it is expected that most applications will need to use
     a more comprehensive font handling and text layout library in
     addition to cairo.

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

     cairoSelectFontFace(cr, family, slant, weight)

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

    'cr': ['Cairo']  a 'Cairo'

'family': [char]  a font family name, encoded in UTF-8

 'slant': ['CairoFontSlant']  the slant for the font

'weight': ['CairoFontWeight']  the weight for the font

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

     Derived by RGtkGen from GTK+ documentation

