[Nix-dev] fonts: subpixel rendering
    Lluís Batlle i Rossell 
    viric at viric.name
       
    Tue Jan 17 19:24:19 CET 2012
    
    
  
On Tue, Jan 17, 2012 at 10:12:09PM +0400, Sergey Mironov wrote:
> Hello. Has anybody tried to enable subpixel hinting in fontconfig?
> 
> Looks like placing
> 
> 	<match target="font">
> 		<edit name="rgba" mode="assign">
> 			<const>rgb</const>
> 		</edit>
> 	</match>
> 
> in my .fonts.conf has no effect..
freetype implements that. Notice that it is disabled by default in the freetype
expression. I discovered this only recently. Eelco claims that it did not look
good on screen (iirc).
I still have not tried to enable it, but I wanted to try. The most I did was
trying the same you tried, with the same success.
Regards,
Lluís.
    
    
More information about the nix-dev
mailing list