Use pixelsize than size because of https://bugzilla.mozilla.org/show_bug.cgi?id=236739#c5 2005-01-26 (ì), 10:37 +0100, Nicolas Mailhot ììê: > Le mardi 25 janvier 2005 Ã 22:48 -0600, Jason L Tibbitts III a Ãcrit : > > > Things may be different on CRTs; I haven't tried to use one in years. > > However, the mere suggestion that the possibility of using antialiased > > fonts in text applications should be avoided simply because you think > > bitmaps are sufficient is ludicrous. You can still use bitmap fonts > > through fontconfig if you like, so you don't lose anything. > > Anyway the whole argument doesn't stand because you have all the > tunables needed in fontconfig to fine-tune what kind of AA you want at > what sizes in a per-user and per-font basis. > > <match target="font"> > <test qual="any" name="size" compare="more"> > <double>8</double> > </test> > <test qual="any" name="size" compare="less"> > <double>14</double> > </test> > <edit name="antialias" mode="assign"> > <bool>false</bool> > </edit> > </match> > > (elapsed time : 3 min in google) > > -- > fedora-devel-list mailing list > fedora-devel-list@xxxxxxxxxx > http://www.redhat.com/mailman/listinfo/fedora-devel-list