Description
Freetype with subpixel rendering and modified lcdfilter.
Installation Instructions
Once you install this, TrueType fonts should look better. (Depending on hardware and personal preferences of course.)
Run:
dnf copr enable gqman69/freetype-subpixel
dnf update
Use fontconfig-infinality
which gives good settings (optional)
dnf install fontconfig-infinality
or
save the following configuration to $HOME/.fonts.conf
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba"><const>rgb</const></edit>
</match>
<match target="font">
<edit mode="assign" name="hinting"><bool>true</bool></edit>
</match>
<match target="font">
<edit mode="assign" name="hintstyle"><const>hintslight</const></edit>
</match>
<match target="font">
<edit mode="assign" name="antialias"><bool>true</bool></edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter"><const>lcddefault</const></edit>
</match>
</fontconfig>
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 39 | i386 (0)*, x86_64 (18)* | Fedora 39 (20 downloads) |
Fedora 40 | i386 (0)*, x86_64 (1)* | Fedora 40 (15 downloads) |
Fedora 41 | i386 (0)*, x86_64 (1)* | Fedora 41 (3 downloads) |
Fedora rawhide | i386 (10)*, x86_64 (16)* | Fedora rawhide (82 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable acan/freetype-subpixel
More info about enabling Copr repositories