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, 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.

Warning

This function is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2023-9-17