gdkDrawGlyphs             package:RGtk2             R Documentation

_g_d_k_D_r_a_w_G_l_y_p_h_s

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

     This is a low-level function; 99% of text rendering should be done
     using 'gdkDrawLayout' instead.

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

     gdkDrawGlyphs(object, gc, font, x, y, glyphs)

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

'object': ['GdkDrawable']  a 'GdkDrawable'

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

  'font': ['PangoFont']  font to be used

     'x': [integer]  X coordinate of baseline origin

     'y': [integer]  Y coordinate of baseline origin

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

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

     A glyph is a single image in a font. This function draws a
     sequence of glyphs.  To obtain a sequence of glyphs you have to
     understand a lot about internationalized text handling, which you
     don't want to understand; thus, use 'gdkDrawLayout' instead of
     this function, 'gdkDrawLayout' handles the details.

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

     Derived by RGtkGen from GTK+ documentation

