Raphael Kubo da Costa <[email protected]> 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".
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to