gdkDrawLayoutLine           package:RGtk2           R Documentation

_g_d_k_D_r_a_w_L_a_y_o_u_t_L_i_n_e

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

     Render a 'PangoLayoutLine' onto an GDK drawable

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

     gdkDrawLayoutLine(object, gc, x, y, line)

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

'object': ['GdkDrawable']   the drawable on which to draw the line

    'gc': ['GdkGC']         base graphics to use

     'x': [integer]          the x position of start of string (in
          pixels)

     'y': [integer]          the y position of baseline (in pixels)

  'line': ['PangoLayoutLine']       a 'PangoLayoutLine'

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

     If the layout's 'PangoContext' has a transformation matrix set,
     then 'x' and 'y' specify the position of the left edge of the
     baseline (left is in before-tranform user coordinates) in
     after-transform device coordinates.

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

     Derived by RGtkGen from GTK+ documentation

