Description Usage Arguments Value Author(s)
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.
1 | gdkTextExtentsWc(object, text)
|
|
a |
|
the text 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.