LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   xft2 not antialiased fonts look ugly (https://www.linuxquestions.org/questions/linux-software-2/xft2-not-antialiased-fonts-look-ugly-148400/)

pijulius 02-20-2004 09:53 AM

xft2 not antialiased fonts look ugly
 
Hi all,

I have desactivated the antialiasing for fonts >= 8 and <= 16 for xft2 but now my fonts are very ugly.

My local .fonts.conf looks like this:
<?xml version="1.0"?>
<fontconfig>
<match target="font" >
<test compare="more" name="size" qual="any" >
<double>8</double>
</test>
<test compare="less" name="size" qual="any" >
<double>16</double>
</test>
<edit mode="assign" name="antialias" >
<bool>false</bool>
</edit>
</match>
</fontconfig>

but now the fonts that dont use antialiasing look very ugly. You can take a look on it here:
http://julius.solutions-i.org/upload...screenshot.jpg

Please help me to solve this problem, i have a (lapto) LCD screen, and it's very hard to read the antialiased fonts, and i realy want back that old but easy to read fonts :)

Thanks,
Julius


All times are GMT -5. The time now is 09:50 PM.