try enabling FONTHOST_USES_FONTMGR and see what breaks

git-svn-id: http://skia.googlecode.com/svn/trunk/include@10466 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/core/SkFontHost.h b/core/SkFontHost.h
index e847b76..a3bdffd 100644
--- a/core/SkFontHost.h
+++ b/core/SkFontHost.h
@@ -12,7 +12,7 @@
 
 #include "SkTypeface.h"
 
-//#define SK_FONTHOST_USES_FONTMGR
+#define SK_FONTHOST_USES_FONTMGR
 
 class SkDescriptor;
 class SkScalerContext;