pangoContextSetMatrix         package:RGtk2         R Documentation

_p_a_n_g_o_C_o_n_t_e_x_t_S_e_t_M_a_t_r_i_x

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

     Sets the transformation matrix that will be applied when rendering
     with this context. Note that reported metrics are in the user
     space coordinates before the application of the matrix, not
     device-space coordinates after the application of the matrix. So,
     they don't scale with the matrix, though they may change slightly
     for different matrices, depending on how the text is fit to the
     pixel grid.

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

     pangoContextSetMatrix(object, matrix)

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

'object': ['PangoContext']  a 'PangoContext'

'matrix': ['PangoMatrix']  a 'PangoMatrix', or 'NULL' to unset any
          existing matrix. (No matrix set is the same as setting the
          identity matrix.)

_D_e_t_a_i_l_s:

     Since  1.6

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

     Derived by RGtkGen from GTK+ documentation

