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:context-t context
x -- a number coerced to a double float for the x origin of the rectangle
y -- a number coerced to a double float for 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

#2025-07-05