Method
PangoLayoutindex_to_line_x
Declaration
void
pango_layout_index_to_line_x (
PangoLayout* layout,
int index_,
gboolean trailing,
int* line,
int* x_pos
)
Parameters
index_
-
Type:
int
No description available.
trailing
-
Type:
gboolean
No description available.
line
-
Type:
int*
No description available.
The argument will be set by the function. The argument can be NULL
. x_pos
-
Type:
int*
No description available.
The argument will be set by the function. The argument can be NULL
.