PgRenderer.drawLayout

Draws @layout with the specified PangoRenderer.

This is equivalent to drawing the lines of the layout, at their respective positions relative to @x, @y.

class PgRenderer
void
drawLayout
(,
int x
,
int y
)

Parameters

layout PgLayout

a PangoLayout

x int

X position of left edge of baseline, in user space coordinates in Pango units.

y int

Y position of left edge of baseline, in user space coordinates in Pango units.

Meta