Determines the logical width and height of a `PangoLayout` in device units.
[[email protected]_size] returns the width and height scaled by pango_scale. This is simply a convenience function around [[email protected]_pixel_extents].
this |
a `PangoLayout` |
width |
location to store the logical width |
height |
location to store the logical height |