PgRenderer.drawLayoutLine

Draws @line with the specified PangoRenderer.

This draws the glyph items that make up the line, as well as shapes, backgrounds and lines that are specified by the attributes of those items.

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

Parameters

line PgLayoutLine

a PangoLayoutLine

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