gqman69/freetype-subpixel

( forked from ploxold/freetype-subpixel )

Project ID: 23131

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 (26)*, x86_64 (31)* Fedora 39 (0 downloads)
Fedora 40 i386 (14)*, x86_64 (13)* Fedora 40 (23 downloads)
Fedora 41 i386 (7)*, x86_64 (7)* Fedora 41 (19 downloads)
Fedora rawhide i386 (46)*, x86_64 (43)* Fedora rawhide (171 downloads)

* Total number of downloaded packages.


Quick Enable

#> dnf copr enable gqman69/freetype-subpixel
More info about enabling Copr repositories

Other Actions