remove mention of obsolete symbol SK_SUPPORT_888_TEXT

git-svn-id: http://skia.googlecode.com/svn/trunk@2421 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2011-10-06 13:24:52 +00:00
parent 2d4297cfa4
commit 644fc767bc

View File

@ -105,13 +105,6 @@
*/
//#define SkDebugf(...) MyFunction(__VA_ARGS__)
/**
* 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
/* If defined, use CoreText instead of ATSUI on OS X.
*/
//#define SK_USE_MAC_CORE_TEXT