Home | History | Annotate | only in /external/chromium_org/third_party/fontconfig
Up to higher level directory
NameDateSize
BUILD.gn03-Dec-20141.6K
fontconfig.gyp03-Dec-20141.8K
include/03-Dec-2014
LICENSE03-Dec-20141.3K
OWNERS03-Dec-201460
README.chromium03-Dec-2014599

README.chromium

      1 Name: fontconfig
      2 URL: http://www.freedesktop.org/wiki/Software/fontconfig/
      3 Version: 2.11.0
      4 License: MIT
      5 License File: src/COPYING
      6 Security Critical: yes
      7 
      8 Description:
      9 Fontconfig is a library for configuring and customizing font access.
     10 
     11 Modifications:
     12 - None
     13 
     14 To 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