get_text_layout_for_area


Description:

[ 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

Parameters:

this

A Page

area

a Rectangle

rectangles

return location for an array of Rectangle

n_rectangles

length of returned array

Returns:

true if the page contains text, false otherwise