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)
|
a |
|
the string to measure. |
A list containing the following elements:
|
the left bearing of the string. |
|
the right bearing of the string. |
|
the width of the string. |
|
the ascent of the string. |
|
the descent of the string. |
Derived by RGtkGen from GTK+ documentation