Version 2.16.0
Merge branch 'release-2-16-0' into 'main'

Release 2.16.0

See merge request fontconfig/fontconfig!359
tree: d8eddda987c624598d10dac9703213db78932c6d
  1. .gitlab-ci/
  2. build-aux/
  3. conf.d/
  4. doc/
  5. fc-cache/
  6. fc-case/
  7. fc-cat/
  8. fc-conflist/
  9. fc-fontations/
  10. fc-fontations-bindgen/
  11. fc-lang/
  12. fc-list/
  13. fc-match/
  14. fc-pattern/
  15. fc-query/
  16. fc-scan/
  17. fc-validate/
  18. fontconfig/
  19. its/
  20. m4/
  21. meson-cc-tests/
  22. po/
  23. po-conf/
  24. src/
  25. subprojects/
  26. test/
  27. .gitlab-ci.yml
  28. AUTHORS
  29. autogen.sh
  30. Cargo.lock
  31. Cargo.toml
  32. config-fixups.h
  33. configure.ac
  34. COPYING
  35. fontconfig-zip.in
  36. fontconfig.pc.in
  37. fonts.conf.in
  38. fonts.dtd
  39. git.mk
  40. INSTALL
  41. local.conf
  42. Makefile.am
  43. meson.build
  44. meson_options.txt
  45. new-version.sh
  46. NEWS
  47. README.md
  48. Tools.mk
README.md

Fontconfig

Font configuration and customization library

[[TOC]]

About Fontconfig

Fontconfig can:

  • discover new fonts when installed automatically, removing a common source of configuration problems.
  • perform font name substitution, so that appropriate alternative fonts can be selected if fonts are missing.
  • identify the set of fonts required to completely cover a set of languages.
  • have GUI configuration tools built as it uses an XML-based configuration file (though with autodiscovery, we believe this need is minimized).
  • efficiently and quickly find the fonts you need among the set of fonts you have installed, even if you have installed thousands of fonts, while minimizing memory usage.
  • be used in concert with the X Render Extension and FreeType to implement high quality, anti-aliased and subpixel rendered text on a display.

Fontconfig does not:

  • render the fonts themselves (this is left to FreeType or other rendering mechanisms)
  • depend on the X Window System in any fashion, so that printer only applications do not have such dependencies

Documentation

Bug reports

If you have encountered any issues relating to Fontconfig, please file an issue in the GitLab issue tracker.