Chromium Code Reviews| Index: third_party/sfntly/README.chromium |
| diff --git a/third_party/sfntly/README.chromium b/third_party/sfntly/README.chromium |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..58adf3ba3a34f2de725f52e7631802ef9caec56f |
| --- /dev/null |
| +++ b/third_party/sfntly/README.chromium |
| @@ -0,0 +1,17 @@ |
| +Name: sfntly |
| +URL: http://code.google.com/p/sfntly/ |
| +Version: unknown |
| +Revision: 9 |
| +Security Critical: yes |
| + |
| +Description: |
| +sfntly is a C++ library for using, editing, and creating sfnt container based |
| +fonts (e.g. OpenType, TrueType). We use it to subset the embedded font in the |
| +PDF generated in print preview so that the result PDF documents are |
| +significantly smaller and loaded faster. |
| + |
| +Local files (not taken from upstream): |
| +README.chromium |
|
Sheridan Rawlins
2011/07/14 22:35:51
Can LICENSE be taken upstream?
You can add a 'Lic
arthurhsu
2011/07/14 23:52:35
The license sits in a different folder upstream an
|
| +src/subsetter/* |
| + |
| +A sfntly.gyp file has been added for building with Chromium. |