Drawable.drawGlyphs

Warning gdk_draw_glyphs has been deprecated since version 2.22 and should not be used in newly-written code. Use pango_cairo_show_glyphs() instead. This is a low-level function; 99% of text rendering should be done using gdk_draw_layout() instead. 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 gdk_draw_layout() instead of this function, gdk_draw_layout() handles the details.

class Drawable
void
drawGlyphs

Parameters

gc GC

a GdkGC

font PgFont

font to be used

x int

X coordinate of baseline origin

y int

Y coordinate of baseline origin

glyphs PgGlyphString

the glyph string to draw

Meta