Method
PangoLayoutget_cursor_pos
Declaration
void
pango_layout_get_cursor_pos (
PangoLayout* layout,
int index_,
PangoRectangle* strong_pos,
PangoRectangle* weak_pos
)
Parameters
index_
-
Type:
int
No description available.
strong_pos
-
Type:
PangoRectangle
No description available.
The argument will be set by the function. The argument can be NULL
.The data is owned by the instance. weak_pos
-
Type:
PangoRectangle
No description available.
The argument will be set by the function. The argument can be NULL
.The data is owned by the instance.