Description Usage Arguments Value Author(s)
Converts from byte index.
within the layout
to line and X position.
(X position is measured from the left edge of the line)
1 | pangoLayoutIndexToLineX(object, index., trailing)
|
|
[ |
|
[integer] the byte index of a grapheme within the layout. |
|
[logical] an integer indicating the edge of the grapheme to retrieve the position of. If 0, the trailing edge of the grapheme, if > 0, the leading of the grapheme. |
A list containing the following elements:
|
[integer] location to store resulting line index. (which will between 0 and pango_layout_get_line_count(layout) - 1) |
|
[integer] location to store resulting position within line
( |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.