fn pango_layout_to_cairo(
    x: f64,
    y: f64,
    layout: &Layout,
    gravity: Gravity,
    cr: &Context
)
Expand description

Converts a Pango layout to a Cairo path on the specified cr starting at (x, y). Does not clear the current path first.