xenocara/dist/fontconfig
2025-01-10 01:40:29 +00:00
..
conf.d sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
doc sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
fc-cache sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
fc-case sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
fc-cat sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
fc-conflist sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
fc-lang sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
fc-list sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
fc-match sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
fc-pattern sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
fc-query sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
fc-scan sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
fc-validate sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
fontconfig sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
its sync 2024-10-06 22:00:57 +00:00
m4 sync 2024-10-06 22:00:57 +00:00
meson-cc-tests sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
po sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
po-conf sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
src sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
subprojects sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
test sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
ABOUT-NLS sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
aclocal.m4 sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
AUTHORS sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ChangeLog sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
compile sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
config-fixups.h sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
config.guess sync 2024-10-06 22:00:57 +00:00
config.h.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
config.rpath sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
config.sub sync 2024-10-06 22:00:57 +00:00
configure sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
configure.ac sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
COPYING sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
depcomp sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fontconfig-zip.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fontconfig.pc.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fonts.conf.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
fonts.dtd sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
INSTALL sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
install-sh sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ltmain.sh sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.am sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.in sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
meson.build sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
meson_options.txt sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
missing sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
NEWS sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
README.md sync with OpenBSD -current 2025-01-10 01:40:29 +00:00
test-driver sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Tools.mk sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00

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 report

If you have cncountered any issues regarding to Fontconfig, please file an issue at GitLab issue tracker