NameDateSize

..10-Nov-202533

ABOUT-NLSH A D10-Nov-202592 KiB

aclocal.m4H A D10-Nov-202555.2 KiB

AUTHORSH A D10-Nov-202562

ChangeLogH A D10-Nov-2025947.7 KiB

compileH A D10-Nov-20257.2 KiB

conf.d/H10-Nov-20254 KiB

config-fixups.hH A D10-Nov-20251.6 KiB

config.guessH A D10-Nov-202543.1 KiB

config.h.inH A D10-Nov-202512.3 KiB

config.rpathH A D10-Nov-202518.1 KiB

config.subH A D10-Nov-202530.7 KiB

configureH A D10-Nov-2025686.3 KiB

configure.acH A D10-Nov-202524.1 KiB

COPYINGH A D10-Nov-20258.4 KiB

depcompH A D10-Nov-202523 KiB

doc/H10-Nov-202512 KiB

fc-cache/H10-Nov-2025120

fc-case/H10-Nov-2025141

fc-cat/H10-Nov-2025114

fc-conflist/H10-Nov-2025129

fc-lang/H10-Nov-20258 KiB

fc-list/H10-Nov-2025117

fc-match/H10-Nov-2025120

fc-pattern/H10-Nov-2025126

fc-query/H10-Nov-2025120

fc-scan/H10-Nov-2025117

fc-validate/H10-Nov-2025129

fontconfig/H10-Nov-2025103

fontconfig-zip.inH A D10-Nov-2025602

fontconfig.pc.inH A D10-Nov-2025509

fonts.conf.inH A D10-Nov-20252.6 KiB

fonts.dtdH A D10-Nov-20258.1 KiB

INSTALLH A D10-Nov-20251.3 KiB

install-shH A D10-Nov-202515 KiB

its/H10-Nov-2025107

ltmain.shH A D10-Nov-2025325 KiB

m4/H10-Nov-20254 KiB

Makefile.amH A D10-Nov-20256 KiB

Makefile.inH A D10-Nov-202537.6 KiB

meson-cc-tests/H10-Nov-2025167

meson.buildH A D10-Nov-202513.1 KiB

meson_options.txtH A D10-Nov-20252.3 KiB

missingH A D10-Nov-20256.7 KiB

NEWSH A D10-Nov-2025103.2 KiB

po/H10-Nov-20254 KiB

po-conf/H10-Nov-20254 KiB

README.mdH A D10-Nov-20251.5 KiB

src/H10-Nov-20254 KiB

subprojects/H10-Nov-2025100

test/H10-Nov-20254 KiB

test-driverH A D10-Nov-20254.5 KiB

Tools.mkH A D10-Nov-20251.7 KiB

README.md

1# Fontconfig
2
3Font configuration and customization library
4
5[[_TOC_]]
6
7## About Fontconfig
8
9Fontconfig can:
10
11* discover new fonts when installed automatically, removing a common source of configuration problems.
12* perform font name substitution, so that appropriate alternative fonts can be selected if fonts are missing.
13* identify the set of fonts required to completely cover a set of languages.
14* have GUI configuration tools built as it uses an XML-based configuration file (though with autodiscovery, we believe this need is minimized).
15* 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.
16* be used in concert with the X Render Extension and [FreeType](https://www.freedesktop.org/wiki/Software/FreeType/) to implement high quality, anti-aliased and subpixel rendered text on a display.
17
18Fontconfig does not:
19
20* render the fonts themselves (this is left to FreeType or other rendering mechanisms)
21* depend on the X Window System in any fashion, so that printer only applications do not have such dependencies
22
23## Documentation
24
25* [Fontconfig User Documentation](https://www.freedesktop.org/software/fontconfig/fontconfig-user.html)
26* [Fontconfig Developer Documentation](https://www.freedesktop.org/software/fontconfig/fontconfig-devel/)
27
28## Bug report
29
30If you have cncountered any issues regarding to Fontconfig, please file an issue at [GitLab issue tracker](https://gitlab.freedesktop.org/fontconfig/fontconfig/issues)
31