renderLayout
fn
void renderLayout(gtk.style_context.StyleContext context, cairo.context.Context cr, double x, double y, pango.layout.Layout layout)Renders layout on the coordinates x, y
Parameters
context | a gtk.style_context.StyleContext |
cr | a cairo.context.Context |
x | X origin |
y | Y origin |
layout | the pango.layout.Layout to render |