The nightly builds have the ability to use Quartz to render fonts anti-aliased (thanks Pink!). You can't set it from the GUI yet, but the lines for user.js are:
user_pref("browser.quartz.enable", true);
user_pref("browser.quartz.enable.all_font_sizes", true);The first line is recognized and appears to work. The problem is the
second line does not. The second line makes *all* fonts render anti-aliased,
similar to what Safari does.
These changes also effect Firefox, which does take the setting and renders all fonts anti-aliased.
Regards, Aaron
On Mar 27, 2004, at 11:22 PM, Geoff Beier wrote:
Aaron Faby wrote:I can't seem to get Camino to use browser.quartz.enable.all_font_sizes.What's it supposed to do? Preferential (http://preferential.mozdev.org ) doesn't document that one.
I've set it in user.js, AND prefs.js with no luck. It does work in
Firefox, though. Any ideas?
_______________________________________________
Camino mailing list
[EMAIL PROTECTED]
http://mozdev.org/mailman/listinfo/camino
_______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino
