| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2011 Google Inc. | 2 * Copyright 2011 Google Inc. |
| 3 * | 3 * |
| 4 * Use of this source code is governed by a BSD-style license that can be | 4 * Use of this source code is governed by a BSD-style license that can be |
| 5 * found in the LICENSE file. | 5 * found in the LICENSE file. |
| 6 */ | 6 */ |
| 7 | 7 |
| 8 #ifndef SkTypeface_win_DEFINED | 8 #ifndef SkTypeface_win_DEFINED |
| 9 #define SkTypeface_win_DEFINED | 9 #define SkTypeface_win_DEFINED |
| 10 | 10 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 * remotely (re)loaded. | 32 * remotely (re)loaded. |
| 33 */ | 33 */ |
| 34 SK_API void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*)(const LOGFONT&)); | 34 SK_API void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*)(const LOGFONT&)); |
| 35 | 35 |
| 36 // Experimental! | 36 // Experimental! |
| 37 // | 37 // |
| 38 class SkFontMgr; | 38 class SkFontMgr; |
| 39 SK_API SkFontMgr* SkFontMgr_New_GDI(); | 39 SK_API SkFontMgr* SkFontMgr_New_GDI(); |
| 40 SK_API SkFontMgr* SkFontMgr_New_DirectWrite(); | 40 SK_API SkFontMgr* SkFontMgr_New_DirectWrite(); |
| 41 | 41 |
| 42 class SkRemotableFontMgr; |
| 43 SK_API SkRemotableFontMgr* SkRemotableFontMgr_New_DirectWrite(); |
| 44 |
| 42 #endif | 45 #endif |
| OLD | NEW |