[ Version ( since = "0.26" ) ]
public bool get_text_layout_for_area (Rectangle area, out Rectangle[] rectangles)
Obtains the layout of the text contained in area as a list of Rectangle
This array must be freed with g_free when done.
The position in the array represents an offset in the text returned by get_text_for_area
| this |
A Page |
| area | |
| rectangles |
return location for an array of Rectangle |
| n_rectangles |
length of returned array |
|
|