From 156a749eb15d18539a58436d767e9401de413eb3 Mon Sep 17 00:00:00 2001 From: Leon Scroggins Date: Thu, 26 Jan 2017 23:51:57 +0000 Subject: [PATCH] Revert "SkUserConfig.h: remove out-of-date comment on SK_SFNTLY_SUBSETTER" This reverts commit 68fc549e840d1efc6285c301da1bf52c04e57e0a. Reason for revert: Breaking the Android roll. (The change is fine, but the script for merging did not consider that we might edit this file. We can reland this after we update the script.) Original change's description: > SkUserConfig.h: remove out-of-date comment on SK_SFNTLY_SUBSETTER > > Change-Id: I6894fe43de071999e4923e1515a951b73e2ba0b1 > Reviewed-on: https://skia-review.googlesource.com/7619 > Reviewed-by: Ben Wagner > Commit-Queue: Hal Canary > TBR=halcanary@google.com,bungeman@google.com,reed@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Change-Id: Ib1a2c9faa79d1186705d87c5e17f20fe49b82bb1 Reviewed-on: https://skia-review.googlesource.com/7641 Reviewed-by: Leon Scroggins Commit-Queue: Leon Scroggins --- include/config/SkUserConfig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h index 055cd4d1d1..0729447979 100644 --- a/include/config/SkUserConfig.h +++ b/include/config/SkUserConfig.h @@ -93,6 +93,10 @@ */ //#define SK_DEFAULT_IMAGE_CACHE_LIMIT (1024 * 1024) +/* Define this to provide font subsetter in PDF generation. + */ +//#define SK_SFNTLY_SUBSETTER "sample/chromium/font_subsetter.h" + /* Define this to set the upper limit for text to support LCD. Values that are very large increase the cost in the font cache and draw slower, without improving readability. If this is undefined, Skia will use its default -- 2.34.1