Hi, Milosz,
2 questions:
1. What is the difference between those 2?
2. Is there a way to discover if the font is a "TrueType"?
Thank you.
-----Original Message----- From: Milosz Derezynski Sent: Mar 28, 2008 4:36 PM To: Igor Korot Cc: gtk-list gnome org Subject: Re: Font class/struct documentation
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
|