Hi,

Ads Serpe <[EMAIL PROTECTED]> writes:

> I'm using the gtk-2.2.4_1 port for FreeBSD 5.1, and I noticed a
> decrease in the size of the text that is displayed by each app using
> gtk2, comparing to gtk1.

The font rendering of gtk1 and gtk2 don't have much in common (if
anything at all), so it's not surprising that fonts are rendered
differently.

First of all, you should make sure that your X server is configured
with a reasonable screen resolution (dpi). Then, if you still want to
change the font size, add the following line or something similar to
your ~/.gtkrc-2.0:

font_name = "Sans 16"


Sven
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to