gdkDrawGlyphsTransformed        package:RGtk2        R Documentation

_g_d_k_D_r_a_w_G_l_y_p_h_s_T_r_a_n_s_f_o_r_m_e_d

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

     Renders a 'PangoGlyphString' onto a drawable, possibly
     transforming the layed-out coordinates through a transformation
     matrix. Note that the transformation matrix for 'font' is not
     changed, so to produce correct rendering results, the 'font' must
     have been loaded using a 'PangoContext' with an identical
     transformation matrix to that passed in to this function.

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

     gdkDrawGlyphsTransformed(drawable, gc, matrix, font, x, y, glyphs)

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

'drawable': ['GdkDrawable']  a 'GdkDrawable'

    'gc': ['GdkGC']  a 'GdkGC'

'matrix': ['PangoMatrix']  a 'PangoMatrix', or 'NULL' to use an
          identity transformation

  'font': ['PangoFont']  the font in which to draw the string

     'x': [integer]        the x position of the start of the string
          (in Pango units in user space coordinates)

     'y': [integer]        the y position of the baseline (in Pango
          units in user space coordinates)

'glyphs': ['PangoGlyphString']   the glyph string to draw

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

     See also 'gdkDrawGlyphs', 'gdkDrawLayout'.  

     Since  2.6

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

     Derived by RGtkGen from GTK+ documentation

