Package: pango

Function pango:rectangle-to-integer

Lambda List

pango:rectangle-to-integer (rect)

Syntax

(pango:rectangle-to-integer rect) => x, y, width, height

Arguments

rect -- a pango:rectangle instance
x -- an integer for the x component of the rectangle
y -- an integer for the y component of the rectangle
width -- an integer for the width of the rectangle
height -- an integer for the height of the rectangle

Details

Retrieves the components of rect as integers.
 

See also

2025-1-1