[Top]
GTK2
GTK2.Pango.Layout
|
Method GTK2.Pango.Layout()->get_cursor_pos()
- Method
get_cursor_pos
array get_cursor_pos(int index)
- Description
Given an index within a layout, determines the positions of the strong and
weak cursors if the insertion point is at that index. The position of
each cursor is stored as a zero-width rectangle. The strong cursor is
the location where characters of the directionality equal to the base
direction of the layout are inserted. The weak cursor location is the
location where characters of the directionality opposite to the base
direction of the layout are inserted.
Returns:
array of mappings, each mapping is the same as index_to_pos().
|