pangoLayoutGetSize: pangoLayoutGetSize
Description
Determines the logical width and height of a PangoLayout
in Pango units (device units scaled by PANGO_SCALE). This
is simply a convenience function around pangoLayoutGetExtents.Usage
pangoLayoutGetSize(object)
Value
A list containing the following elements:
width- [integer] location to store the logical width, or
NULL height- [integer] location to store the logical height, or
NULL