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 40
|
i386 (0)*, x86_64 (24)* | Fedora 40 (0 downloads) |
Fedora 41
|
i386 (0)*, x86_64 (39)* | Fedora 41 (24 downloads) |
Fedora 42
|
i386 (0)*, x86_64 (22)* | Fedora 42 (23 downloads) |
Fedora 43
|
i386 (0)*, x86_64 (2)* | Fedora 43 (11 downloads) |
Fedora rawhide
|
i386 (26)*, x86_64 (41)* | Fedora rawhide (108 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable acan/freetype-subpixel
More info about enabling Copr repositories
Fedora 40