David_Batson wrote:I found installing lib64freetype6-2.4.4-5.1.mga1.tainted and enabling sub-pixel rendering RGB with hinting set at slight (in Configure Your Desktop > Application Appearance > Fonts) using Force fonts DPI: 96 DPI made a big improvement on my system.
<match target="font">
<edit mode="assign" name="autohint">
<bool>true</bool>
</edit>
</match>
David_Batson wrote:Here is some good information on font configuration.
https://wiki.archlinux.org/index.php/Fo ... on#Hinting
<match target="font">
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
</match>
zugunder wrote:I replaced the 60-autohint.conf in the directory /etc/fonts/conf.d with 60-hinting.conf:
$ cat 10-autohint.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Use the Autohinter -->
<match target="font">
<edit name="autohint" mode="assign"><bool>true</bool></edit>
</match>
</fontconfig>
zugunder wrote:Wobo, what are the font settings in use?
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
wobo wrote:Yes, but the "configure" dialogue is available only if you enable anti-aliasing, which is not the case here. As I am quite content with the fonts display I see no reason to change anything.
zugunder wrote:wobo wrote:Yes, but the "configure" dialogue is available only if you enable anti-aliasing, which is not the case here. As I am quite content with the fonts display I see no reason to change anything.
You're tough...
Users browsing this forum: Google [Bot] and 1 guest