gdkTextExtentsWc {RGtk2} | R Documentation |
Gets the metrics of a string of wide characters.
WARNING: gdk_text_extents_wc
is deprecated and should not be used in newly-written code.
gdkTextExtentsWc(object, text)
|
[GdkFont ] a GdkFont |
|
[numeric] the text 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