Omnibox: Make URL-What-You-Typed Navsuggestions Always Inlineable
[chromium-blink-merge.git] / third_party / sfntly / README.chromium
blobd351bd55a37110476839199111b41bf85924e95d
1 Name: sfntly
2 URL: http://code.google.com/p/sfntly/
3 Version: unknown
4 Revision: 111
5 Security Critical: yes
6 License: Apache 2.0
7 License File: COPYING.txt
9 Description:
10 sfntly is a C++ library for using, editing, and creating sfnt container based
11 fonts (e.g. OpenType, TrueType).  We use it to subset the embedded font in the
12 PDF generated in print preview so that the result PDF documents are
13 significantly smaller and loaded faster.
15 Local files (not taken from upstream):
16 README.chromium
17 src/subsetter/*
19 COPYING.txt is the license file copied from upstream.
20 A sfntly.gyp file has been added for building with Chromium.