layoutPath
fn
void layoutPath(cairo.context.Context cr, pango.layout.Layout layout)Adds the text in a pango.layout.Layout to the current path in the specified cairo context.
The top-left corner of the pango.layout.Layout will be at the current point of the cairo context.
Parameters
cr | a Cairo context |
layout | a Pango layout |