gdkDrawGlyphs {RGtk2} | R Documentation |
This is a low-level function; 99% of text rendering should be done
using gdkDrawLayout
instead.
gdkDrawGlyphs(object, gc, font, x, y, glyphs)
|
[GdkDrawable ] a GdkDrawable |
|
[GdkGC ] a GdkGC |
|
[PangoFont ] font to be used |
|
[integer] X coordinate of baseline origin |
|
[integer] Y coordinate of baseline origin |
|
[PangoGlyphString ] 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