Ivan Wong wrote: >>3. Run the Gtk-demo (Start menu/Gtk/Gtk-demo). >>everythin looked good just a silly font warning >>** (gtk-demo.exe:3908): WARNING **: Couldn't load font "Tahoma Italic 8" >>falling >> back to "Sans Italic 8" > > > I think it relates to wimp. Have you tried other themes?
Right, this is a wimp problem. There is no real font file for Tahoma Italic. It is synthesized by the windows rasteriser on the fly. Unfortunately, as GTK+ cannot find the real font file, you get a warning in a command window. I guess the best on win32 is to avoid italic and use bold instead (with #ifdefs). Cedric _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
