Description Usage Arguments Details Author(s)
This is a low-level function; 99% of text rendering should be done
using gdkDrawLayout
instead.
1 | gdkDrawGlyphs(object, gc, font, x, y, glyphs)
|
|
a |
|
a |
|
font to be used |
|
X coordinate of baseline origin |
|
Y coordinate of baseline origin |
|
the glyph string to draw |
A glyph is a single image in a font. This function draws a sequence of
glyphs. To obtain a sequence of glyphs you have to understand a
lot about internationalized text handling, which you don't want to
understand; thus, use gdkDrawLayout
instead of this function,
gdkDrawLayout
handles the details.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.