[Top]
GTK2
GTK2.Pango.Layout
|
Method GTK2.Pango.Layout()->index_to_pos()
- Method
index_to_pos
mapping index_to_pos(int index)
- Description
Converts from an index to the onscreen position corresponding to the
grapheme at that index, which is represented as a rectangle. Note that
x is always the leading edge of the grapheme and x+width the trailing
edge of the grapheme. If the direction of the grapheme is right-to-left,
then width will be negative.
Returns:
([ "x": x coordinate, "y": y coordinate,
"width": width of the rectangle, "height": height of the rectangle ])
|