cairo-cairo-font-face-t        package:RGtk2        R Documentation

_c_a_i_r_o__f_o_n_t__f_a_c_e__t

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

     Base class for fonts

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'cairoFontFaceStatus(font.face)'
      'cairoFontFaceGetUserData(font.face, key)'
      'cairoFontFaceSetUserData(font.face, key, user.data)'

_S_t_r_u_c_t_u_r_e_s:

     '_C_a_i_r_o_F_o_n_t_F_a_c_e' A 'CairoFontFace' specifies all aspects of a font
          other than the size or font matrix (a font matrix is used to
          distort a font by sheering it or scaling it unequally in the
          two directions) . A font face can be set on a 'Cairo' by
          using 'cairoSetFontFace'; the size and font matrix are set
          with 'cairoSetFontSize' and 'cairoSetFontMatrix'.  

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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://www.cairographics.org/manual/cairo-cairo-font-face-t.html>

