Re: Minimum antialiased font size

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thus spake Aleks Gerashchenko:
> Can i set minimum font size for antialiased fonts in FC-1?
> 
> Thanks.

I think you want something like this in your /etc/fonts/local.conf:

<match target="font">
	<test qual="all" name="size" compare="less">
		<int>10</int>
	</test>
	<edit name="antialias" mode="assign">
		<bool>false</bool>
	</edit>
</match>

This will prevent fonts smaller than 10pt from being antialiased. You might 
need to restart X after doing this to get it to take effect; I'm not sure.

-- 
J.





[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux