Description Usage Arguments Details Author(s)
Render a PangoLayout
onto a GDK drawable
1 | gdkDrawLayout(object, gc, x, y, layout)
|
|
the drawable on which to draw string |
|
base graphics context to use |
|
the X position of the left of the layout (in pixels) |
|
the Y position of the top of the layout (in pixels) |
|
a |
If the layout's PangoContext
has a transformation matrix set, then
x
and y
specify the position of the top left corner of the
bounding box (in device space) of the transformed layout.
If you're using GTK+, the usual way to obtain a PangoLayout
is gtkWidgetCreatePangoLayout
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.