Description Usage Arguments Details Author(s)
Renders a PangoGlyphString
onto a drawable, possibly
transforming the layed-out coordinates through a transformation
matrix. Note that the transformation matrix for font
is not
changed, so to produce correct rendering results, the font
must have been loaded using a PangoContext
with an identical
transformation matrix to that passed in to this function.
1 | gdkDrawGlyphsTransformed(drawable, gc, matrix, font, x, y, glyphs)
|
|
a |
|
a |
|
a |
|
the font in which to draw the string |
|
the x position of the start of the string (in Pango units in user space coordinates) |
|
the y position of the baseline (in Pango units in user space coordinates) |
|
the glyph string to draw |
See also gdkDrawGlyphs
, gdkDrawLayout
.
Since 2.6
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.