Index: include/ports/SkTypeface_win.h |
diff --git a/include/ports/SkTypeface_win.h b/include/ports/SkTypeface_win.h |
index fea5f474a0fd31e77fff63871a43f67675ba2ad9..e7dd4ab50ae77490598cac4a6833fd28c0ac23dc 100644 |
--- a/include/ports/SkTypeface_win.h |
+++ b/include/ports/SkTypeface_win.h |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2011 Google Inc. |
* |
@@ -6,8 +5,6 @@ |
* found in the LICENSE file. |
*/ |
- |
- |
#ifndef SkTypeface_win_DEFINED |
#define SkTypeface_win_DEFINED |
@@ -36,4 +33,10 @@ SK_API void SkLOGFONTFromTypeface(const SkTypeface* typeface, LOGFONT* lf); |
*/ |
SK_API void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*)(const LOGFONT&)); |
+// Experimental! |
+// |
+class SkFontMgr; |
+SK_API SkFontMgr* SkFontMgr_New_GDI(); |
+SK_API SkFontMgr* SkFontMgr_New_DirectWrite(); |
+ |
#endif |