• Home
Name Date Size #Lines LOC

..--

include/03-May-2024-6,8516,103

BUILD.gnD03-May-20241.5 KiB7262

LICENSED03-May-20241.3 KiB2923

OWNERSD03-May-202460 43

README.chromiumD03-May-2024599 2117

fontconfig.gypD03-May-20241.8 KiB7169

README.chromium

1Name: fontconfig
2URL: http://www.freedesktop.org/wiki/Software/fontconfig/
3Version: 2.11.0
4License: MIT
5License File: src/COPYING
6Security Critical: yes
7
8Description:
9Fontconfig is a library for configuring and customizing font access.
10
11Modifications:
12- None
13
14To import a new snapshot of fontconfig:
15- Checkout the latest release tag: git checkout 2.11.0
16- Change the DEPS entry to the newly checked out commit.
17- Update generated files:
18    ./autogen.sh --enable-libxml2 && make
19    rsync -R $(git ls-files --others '*.h' '*/*.h') ../include
20- Update this README to reflect the new version number.
21