Package: pango

Function pango:layout-size

Lambda List

pango:layout-size (layout)

Syntax

(pango:layout-size layout) => width, height

Arguments

layout -- a pango:layout object
width -- an integer for the logical width
height -- an integer for the logical height

Details

Determines the logical width and height of a Pango layout in Pango units, device units scaled by the pango:+scale+ constant. This is simply a convenience function around the pango:layout-extents function.
 

See also

2025-2-15