gdkDrawString {RGtk2} | R Documentation |
Draws a string of characters in the given font or fontset.
WARNING: gdk_draw_string
is deprecated and should not be used in newly-written code. Use gdkDrawLayout
instead.
gdkDrawString(object, font, gc, x, y, string)
|
[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 string of characters to draw. |
Derived by RGtkGen from GTK+ documentation