Function gtk4::render_layout

source ·
pub fn render_layout(
    context: &impl IsA<StyleContext>,
    cr: &Context,
    x: f64,
    y: f64,
    layout: &Layout
)
Expand description

Renders @layout on the coordinates @x, @y

context

a StyleContext

cr

a cairo::Context

x

X origin

y

Y origin

layout

the pango::Layout to render