layoutLinePath
fn
void layoutLinePath(cairo.context.Context cr, pango.layout_line.LayoutLine line)Adds the text in [pango.layout_line.LayoutLine] to the current path in the specified cairo context.
The origin of the glyphs (the left edge of the line) will be at the current point of the cairo context.
Parameters
cr | a Cairo context |
line | a [pango.layout_line.LayoutLine] |