Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: third_party/sfntly/README.chromium

Issue 7381004: Add sfntly library for font subsetting used in print preview. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698