showLayout
fn
void showLayout(cairo.context.Context cr, pango.layout.Layout layout)Draws a [pango.layout.Layout] in the specified cairo context.
The top-left corner of the [pango.layout.Layout] will be drawn at the current point of the cairo context.
Parameters
cr | a Cairo context |
layout | a Pango layout |