Renderer.drawLayoutLine
void drawLayoutLine(pango.layout_line.LayoutLine line, int x, int y)Draws line with the specified [pango.renderer.Renderer].
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.
Parameters
line | a [pango.layout_line.LayoutLine] |
x | X position of left edge of baseline, in user space coordinates in Pango units. |
y | Y position of left edge of baseline, in user space coordinates in Pango units. |