atkTextGetCharacterExtents
Get the bounding box containing the glyph representing the character at a particular text offset.
atkTextGetCharacterExtents(object, offset, coords)
|
|
|
[integer] The offset of the text character for which bounding information is required. |
|
[ |
A list containing the following elements:
|
[integer] Pointer for the x cordinate of the bounding box |
|
[integer] Pointer for the y cordinate of the bounding box |
|
[integer] Pointer for the width of the bounding box |
|
[integer] Pointer for the height of the bounding box |
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.