summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorarthurhsu@chromium.org <arthurhsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-26 05:09:00 +0000
committerarthurhsu@chromium.org <arthurhsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-26 05:09:00 +0000
commitb54bb83857b9dd28fc070cc82abe0c6d755b7f43 (patch)
treec9d145d842d7d851c5688fdf5fc69635b732fc2c /skia
parent508d103823a657b4fb94ae7f15c33dffa22ab5e7 (diff)
downloadchromium_src-b54bb83857b9dd28fc070cc82abe0c6d755b7f43.zip
chromium_src-b54bb83857b9dd28fc070cc82abe0c6d755b7f43.tar.gz
chromium_src-b54bb83857b9dd28fc070cc82abe0c6d755b7f43.tar.bz2
Add defines for skia to use sfntly.
BUG=80907 TEST=none Review URL: http://codereview.chromium.org/7513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94042 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r--skia/config/SkUserConfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 6bd86af..506c473 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -129,6 +129,11 @@
*/
//#define SK_ALLOW_LARGE_PDF_SCALARS
+/* Define this to provide font subsetter for font subsetting when generating
+ PDF documents.
+ */
+#define SK_SFNTLY_SUBSETTER "third_party/sfntly/src/subsetter/font_subsetter.h"
+
/* Define this to remove dimension checks on bitmaps. Not all blits will be
correct yet, so this is mostly for debugging the implementation.
*/