Index: skia/config/SkUserConfig.h |
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h |
index 6bd86af554c17a15f1f1e67710dbef5c83c9dd6e..506c4736c119926c413445ed3ef34577967b037e 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. |
*/ |