Layout.getSize
void getSize(out int width, out int height)Determines the logical width and height of a pango.layout.Layout in Pango units.
This is simply a convenience function around pango.layout.Layout.getExtents.
Parameters
width | location to store the logical width |
height | location to store the logical height |