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
Deprecated since 4.10
context
cr
x
X origin
y
Y origin
layout
the pango::Layout
to render