gdkTextExtents: gdkTextExtents
Description
Gets the metrics of a string.
WARNING: gdk_text_extents
is deprecated and should not be used in newly-written code.
Usage
gdkTextExtents(object, string)
Value
A list containing the following elements:
lbearing
- the left bearing of the string.
rbearing
- the right bearing of the string.
width
- the width of the string.
ascent
- the ascent of the string.
descent
- the descent of the string.