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