pub fn pango_layout_to_path(
    x: f64,
    y: f64,
    layout: &Layout,
    gravity: Gravity
) -> Result<Path, InternalRenderingError>
Expand description

Converts a Pango layout to a Path starting at (x, y).