gdkDrawLayoutLine {RGtk2} | R Documentation |
Render a PangoLayoutLine
onto an GDK drawable
gdkDrawLayoutLine(object, gc, x, y, line)
|
[GdkDrawable ] the drawable on which to draw the line |
|
[GdkGC ] base graphics to use |
|
[integer] the x position of start of string (in pixels) |
|
[integer] the y position of baseline (in pixels) |
|
[PangoLayoutLine ] a PangoLayoutLine |
If the layout's PangoContext
has a transformation matrix set, then
x
and y
specify the position of the left edge of the baseline
(left is in before-tranform user coordinates) in after-transform
device coordinates.
Derived by RGtkGen from GTK+ documentation