aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/config
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-27 16:44:46 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-27 16:44:46 +0000
commiteffc5016f040945a53ab0ea47f9ea02404c17805 (patch)
tree137b3257bfcd83ec0d7b954507c11ecb30ad215b /include/config
parent67908f2faee17a8bce4d074980617cc0d15fabf1 (diff)
remove obsolete text codepaths
git-svn-id: http://skia.googlecode.com/svn/trunk@1725 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/config')
-rw-r--r--include/config/SkUserConfig.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h
index 80ecdb6433..0e82133a93 100644
--- a/include/config/SkUserConfig.h
+++ b/include/config/SkUserConfig.h
@@ -112,14 +112,10 @@
*/
//#define SkDebugf(...) MyFunction(__VA_ARGS__)
-/* To enable additional blitters (and fontscaler code) to support separate
- alpha channels for R G B channels, define SK_SUPPORT_LCDTEXT
- */
-//#define SK_SUPPORT_LCDTEXT
-
-/* Define this to pack glyphs using 8 bits per component instead of 5-6-5.
- This will double the size of the font cache, but will produce fonts with
- gray levels closer to the designer's intent.
+/**
+ * Used only for lcdtext, define this to pack glyphs using 8 bits per component
+ * instead of 5-6-5. This can increase fidelity with the native font scaler,
+ * but doubles the RAM used by the font cache.
*/
//#define SK_SUPPORT_888_TEXT