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 (45)*, x86_64 (27)* | Fedora 40 (0 downloads) | 
|  Fedora 41 | i386 (12)*, x86_64 (27)* | Fedora 41 (39 downloads) | 
|  Fedora 42 | i386 (22)*, x86_64 (17)* | Fedora 42 (31 downloads) | 
|  Fedora 43 | i386 (0)*, x86_64 (0)* | Fedora 43 (11 downloads) | 
|  Fedora rawhide | i386 (91)*, x86_64 (90)* | Fedora rawhide (198 downloads) | 
* Total number of downloaded packages.
Quick Enable
    #> dnf copr enable gqman69/freetype-subpixel
  
  
     More info about enabling Copr repositories