Determines the logical width and height of a pango.layout.Layout in device units.
pango.layout.Layout.getSize returns the width and height scaled by PANGO_SCALE. This is simply a convenience function around pango.layout.Layout.getPixelExtents.
location to store the logical width
location to store the logical height
Determines the logical width and height of a pango.layout.Layout in device units.
pango.layout.Layout.getSize returns the width and height scaled by PANGO_SCALE. This is simply a convenience function around pango.layout.Layout.getPixelExtents.