Package: gtk

Function gtk-render-layout

Lambda List

gtk-render-layout (context cr x y layout)

Arguments

context -- a gtk-style-context object
cr -- a cairo-t context
x -- a number, coerced to a double float, with the x origin of the rectangle
y -- a number, coerced to a double float, with the y origin of the rectangle
layout -- a pango-layout object to render

Details

Renders a Pango layout on the coordinates x, y.
 

See also

2021-11-26