Package: pango

Function pango-layout-size

Lambda List

pango-layout-size (layout)

Arguments

layout -- a pango-layout object

Return Value

width -- an integer with the logical width, or nil
height -- an integer with the logical height, or nil

Details

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

See also

2021-1-15