Description Usage Arguments Details Author(s)
Draws the glyphs in glyph.item
with the specified PangoRenderer
,
embedding the text associated with the glyphs in the output if the
output format supports it (PDF for example).
1 | pangoRendererDrawGlyphItem(object, text, glyph.item, x, y)
|
|
[ |
|
[char] the UTF-8 text that |
|
[ |
|
[integer] X position of left edge of baseline, in user space coordinates in Pango units. |
|
[integer] Y position of left edge of baseline, in user space coordinates in Pango units. |
Note that text
is the start of the text for layout, which is then
indexed by glyph_item->item->offset
.
If text
is NULL
, this simply calls pangoRendererDrawGlyphs
.
The default implementation of this method simply falls back to
pangoRendererDrawGlyphs
.
Since 1.22
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.