pango font problem under windows



Hi!

 I am not sure Windows topics is allowed here, but I would like to write
a GTK+ application for Win2k. I downloaded the development environment for
2.2.4.1 from http://www.dropline.net/gtk/download.php and created a
basic layout with menus in Glade 1.1.2 (it's Glade 2.x for Windows).
My main is simply gtk_init(&argc, &argv); create_win, show_widget and
enter to the main_loop. However it compiles just fine, when trying to
start it, I get warnings:
WARNING **: Couldn't load font "sans 12" falling back to "Sans 12"
WARNING **: Couldn't load font "Sans 12" falling back to "Sans 12"
WARNING **: All font failbacks failed!!!

It seems it can not find the pango.aliases file, which maps 'sans 12' to
existing fonts (it's located in my system32\etc\pango dir). How can I
point the application to the pango.aliases?

Thanks in advance,
GCS



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]