unixcommunity/freetype

Project ID: 10723

Description

freetype logo

Последняя версия библиотеки FreeType.

Пакет распространяется "как есть", без каких-либо гарантий. Устанавливать и использовать на свой страх и риск.

Ссылки

Installation Instructions

  1. Подключить репозиторий UNIX.Community: dnf copr enable unixcommunity/freetype.

  2. Установить пакет: dnf install freetype.

  3. Сохранить ${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

* Total number of downloaded packages.