Fonts are now being handled by Pango and drawing can happen either directly through Cairo: http://library.gnome.org/devel/pango/1.20/pango-Cairo-Rendering.html
or the Style API (note to use the *_paint_* variants, e.g. gtk_paint_layout, not _draw_layout): http://library.gnome.org/devel/gtk/stable/GtkStyle.html HTH 2008/3/28, Igor Korot <[EMAIL PROTECTED]>: > > Hi, ALL, > Browsing through the GTK/GDK documentation, I found this: > > http://library.gnome.org/devel/gdk/stable/gdk-Fonts.html > > The problem with it is that 98% of functions there said to > be deprecated. > > So, here is the question: Is there a doc of functions I > can use to get the font info that are _not_ deprecated? > And where is the doc on them? > > Thank you. > _______________________________________________ > gtk-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtk-list >
_______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
