gdkTextWidth {RGtk2} | R Documentation |
Determines the width of a given string.
WARNING: gdk_text_width
is deprecated and should not be used in newly-written code.
gdkTextWidth(object, text, text.length = -1)
|
[GdkFont ] a GdkFont |
|
[character] the text to measure. |
|
[integer] the length of the text in bytes. |
[integer] the width of the string in pixels.
Derived by RGtkGen from GTK+ documentation