| pangoLayoutIterGetLayoutExtents {RGtk2} | R Documentation |
Obtains the extents of the PangoLayout being iterated
over. ink.rect or logical.rect can be NULL if you
aren't interested in them.
pangoLayoutIterGetLayoutExtents(object)
|
[PangoLayoutIter] a PangoLayoutIter |
A list containing the following elements:
|
[PangoRectangle] rectangle to fill with ink extents, or NULL |
|
[PangoRectangle] rectangle to fill with logical extents, or NULL |
Derived by RGtkGen from GTK+ documentation