PgLayout.getSize

Determines the logical width and height of a PangoLayout in Pango units.

This is simply a convenience function around [method@Pango.Layout.get_extents].

class PgLayout
void
getSize
(
out int width
,
out int height
)

Parameters

width int

location to store the logical width, or %NULL

height int

location to store the logical height, or %NULL

Meta