cairoSetFontMatrix           package:RGtk2           R Documentation

_c_a_i_r_o_S_e_t_F_o_n_t_M_a_t_r_i_x

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

     Sets the current font matrix to 'matrix'. The font matrix gives a
     transformation from the design space of the font (in this space,
     the em-square is 1 unit by 1 unit) to user space. Normally, a
     simple scale is used (see 'cairoSetFontSize'), but a more complex
     font matrix can be used to shear the font or stretch it unequally
     along the two axes

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

     cairoSetFontMatrix(cr, matrix)

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

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

'matrix': ['CairoMatrix']  a 'CairoMatrix' describing a transform to be
          applied to the current font.

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

     Derived by RGtkGen from GTK+ documentation

