Description
Последняя версия библиотеки FreeType.
Пакет распространяется "как есть", без каких-либо гарантий. Устанавливать и использовать на свой страх и риск.
Ссылки
- Сообщество CYBERSPACE
- CYBERSPACE - GitHub: FreeType
- CYBERSPACE - Facebook
- CYBERSPACE - ВКонтакте
- CYBERSPACE - Twitter
- CYBERSPACE - YouTube
Installation Instructions
-
Подключить репозиторий CYBERSPACE:
dnf copr enable cbrspc/freetype
. -
Установить пакет:
dnf install freetype
. -
Сохранить
${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.
Quick Enable
#> dnf copr enable cbrspc/freetype
More info about enabling Copr repositories