Jiri Pavlovsky wrote on Thu, 26 Jun 2003:
> I'm using gtk+-2.2.1 on win32. I need to change default font.

After gtk_init() has been called, I do the following to change the font:

    gtk_rc_parse_string("gtk-font-name=\"sans 9\"      \n");

I hope this helps.

--
Ken Rastatter, Senior Design Engineer
Honeywell Sensotec
2080 Arlingate Lane, Columbus, Ohio, 43228-4112 USA
Home Page:  http://www.sensotec.com
"These opinions are mine and not necessarily those of Honeywell."
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to