Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2016 13:01:20 +0200
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        "Russell L. Carter" <rcarter@pinyon.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: fontconfig update uglifies fonts
Message-ID:  <861t1ah3wf.fsf@FreeBSD.org>
In-Reply-To: <8660qmh43u.fsf@FreeBSD.org> (Raphael Kubo da Costa's message of "Sat, 27 Aug 2016 12:56:53 %2B0200")
References:  <729af4af-0ed3-4d45-2e68-b4483e08110a@pinyon.org> <8660qmh43u.fsf@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Raphael Kubo da Costa <rakuco@FreeBSD.org> writes:
> You can either change the HINTING option when building the port or
> create a ~/.config/fontconfig/fonts.conf with something like this:
>
> <?xml version='1.0'?>
> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
> <fontconfig>
>  <match target="font">
>   <edit mode="assign" name="hintstyle">
>    <const>hintnone</const>
>   </edit>
>  </match>
> </fontconfig>

"hintnone" was just an example and is likely the opposite of what you
want. In your specific case you probably need "hintmedium" or
"hintfull".



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?861t1ah3wf.fsf>