Re: GDK text rendering function (gdk_draw_layout deprecated).

2011-05-25 Thread Vladimir Sedach
5/25/2011 10:10 PM, Vladimir Sedach wrote: >> I'm reading the GDK manual >> (http://developer.gnome.org/gdk/stable/gdk-Drawing-Primitives.html), >> and gdk_draw_text is marked as deprecated with the suggestion to use >> gdk_draw_layout instead. gdk_draw_layout is itself de

GDK text rendering function (gdk_draw_layout deprecated).

2011-05-25 Thread Vladimir Sedach
I'm reading the GDK manual (http://developer.gnome.org/gdk/stable/gdk-Drawing-Primitives.html), and gdk_draw_text is marked as deprecated with the suggestion to use gdk_draw_layout instead. gdk_draw_layout is itself deprecated, but there is no recommendation for what should be used in its place. Wh