gdkDrawText {RGtk2} | R Documentation |
Draws a number of characters in the given font or fontset.
WARNING: gdk_draw_text
is deprecated and should not be used in newly-written code. Use gdkDrawLayout
instead.
gdkDrawText(object, font, gc, x, y, text, text.length)
|
[GdkDrawable ] a GdkDrawable (a GdkWindow or a GdkPixmap ). |
|
[GdkFont ] a GdkFont . |
|
[GdkGC ] a GdkGC . |
|
[integer] the x coordinate of the left edge of the text. |
|
[integer] the y coordinate of the baseline of the text. |
|
[character] the characters to draw. |
|
[integer] the number of characters of text to draw. |
Derived by RGtkGen from GTK+ documentation