Method
PangoLayoutIterget_line_extents
Declaration
void
pango_layout_iter_get_line_extents (
PangoLayoutIter* iter,
PangoRectangle* ink_rect,
PangoRectangle* logical_rect
)
Parameters
ink_rect
-
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. logical_rect
-
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.