Method
PangoLayoutIterget_layout_extents
Declaration [src]
void
pango_layout_iter_get_layout_extents (
  PangoLayoutIter* iter,
  PangoRectangle* ink_rect,
  PangoRectangle* logical_rect
)
Parameters
| ink_rect | PangoRectangle | 
| Rectangle to fill with ink extents. | |
| The argument will be set by the function. | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| logical_rect | PangoRectangle | 
| Rectangle to fill with logical extents. | |
| The argument will be set by the function. | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. |