get_size
Description:
Determines the logical width and height of a `PangoLayout` in Pango units.
This is simply a convenience function around [method@Pango.Layout.get_extents].
Parameters:
| this |
a `PangoLayout` |
| width |
location to store the logical width |
| height |
location to store the logical height |