pangoLayoutIterGetCharExtents {RGtk2} | R Documentation |
Gets the extents of the current character, in layout coordinates (origin is the top left of the entire layout). Only logical extents can sensibly be obtained for characters; ink extents make sense only down to the level of clusters.
pangoLayoutIterGetCharExtents(object)
|
[PangoLayoutIter ] a PangoLayoutIter |
A list containing the following elements:
|
[PangoRectangle ] rectangle to fill with logical extents |
Derived by RGtkGen from GTK+ documentation