pkgsrc-Users archive

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

Re: Dillo + Netsurf broken fonts (sparc64)



On 25/11/09 09:41AM, Sad Clouds wrote:
> 
> You can try playing around with settings in .fonts.conf and see if
> that helps. Below is what I normally use on Linux:
> 
> $ cat .fonts.conf 
> <?xml version="1.0"?>
> <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
> <fontconfig>
> 
> <match target="font">
>         <edit name="antialias" mode="assign"><bool>true</bool></edit>
>         <edit name="autohint"  mode="assign"><bool>true</bool></edit>
>         <edit name="hinting"   mode="assign"><bool>true</bool></edit>
>         <edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
>         <edit name="rgba"      mode="assign"><const>none</const></edit>
>         <edit name="lcdfilter" mode="assign"><const>lcdnone</const></edit>
> 
>         <edit name="cff:no-stem-darkening" mode="assign"><bool>false</bool></edit>
>         <edit name="autofitter:no-stem-darkening" mode="assign"><bool>false</bool></edit>
> </match>
> 
> </fontconfig>

I know I'm returning to this thread with a 2 months delay, but I just
tried this today and it worked perfectly. Thank you!





Home | Main Index | Thread Index | Old Index