cairoScaledFontCreate         package:RGtk2         R Documentation

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

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

     Creates a 'CairoScaledFont' object from a font face and matrices
     that describe the size of the font and the environment in which it
     will be used.

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

     cairoScaledFontCreate(font.face, font.matrix, ctm, option)

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

'font.face': ['CairoFontFace']  a 'CairoFontFace'

'font.matrix': ['CairoMatrix']  font space to user space transformation
          matrix for the font. In the simplest case of a N point font,
          this matrix is just a scale by N, but it can also be used to
          shear the font or stretch it unequally along the two axes.
          See 'cairoSetFontMatrix'.

   'ctm': ['CairoMatrix']  user to device transformation matrix with
          which the font will be used.

'option': ['CairoFontOptions']  options to use when getting metrics for
          the font and rendering with it. A 'NULL' pointer will be
          interpreted as meaning the default options.

_V_a_l_u_e:

     ['CairoScaledFont']  a newly created 'CairoScaledFont'

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

     Derived by RGtkGen from GTK+ documentation

