The FreeType engine is a free and portable font rendering engine, developed to provide advanced font support for a variety of platforms and environments. FreeType is a library which can open and manages font files as well as efficiently load, hint and render individual glyphs. FreeType is not a font server or a complete text-rendering library.
$ dnf copr enable pkgstore/freetype
$ dnf install -y freetype
# Work in Progress
$ dnf upgrade -y freetype
$ dnf erase -y freetype
$ dnf copr remove pkgstore/freetype
- Get source from src.fedoraproject.org.
- Write last commit SHA from src.fedoraproject.org to CHANGELOG.
- Modify & update source (and
*.spec
). - Build SRPM & RPM.