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 37 i386 (12)*, x86_64 (16)* Fedora 37 (0 downloads)
Fedora 38 i386 (8)*, x86_64 (19)* Fedora 38 (34 downloads)
Fedora 39 i386 (7)*, x86_64 (14)* Fedora 39 (17 downloads)
Fedora 40 i386 (0)*, x86_64 (0)* Fedora 40 (2 downloads)
Fedora rawhide i386 (7)*, x86_64 (11)* Fedora rawhide (141 downloads)

* Total number of downloaded packages.


Quick Enable

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

Other Actions