gdkStringExtents {RGtk2} | R Documentation |
Gets the metrics of a string.
WARNING: gdk_string_extents
is deprecated and should not be used in newly-written code.
gdkStringExtents(object, string)
|
[GdkFont ] a GdkFont . |
|
[character] the string to measure. |
A list containing the following elements:
|
[integer] the left bearing of the string. |
|
[integer] the right bearing of the string. |
|
[integer] the width of the string. |
|
[integer] the ascent of the string. |
|
[integer] the descent of the string. |
Derived by RGtkGen from GTK+ documentation