blob: 52e22aec52682ac6aefb82ebd3afe1f5437db24e [file] [log] [blame]
bungeman5cf19492015-06-15 15:17:21 -07001/*
2 * Copyright 2015 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
mtklein1ee76512015-11-02 10:20:27 -08008#include "SkTypes.h"
9#if defined(SK_BUILD_FOR_WIN32) // And !SKIA_GDI?
10
bungeman5cf19492015-06-15 15:17:21 -070011#include "SkFontMgr.h"
12#include "SkTypeface_win.h"
13
14SkFontMgr* SkFontMgr::Factory() {
15 return SkFontMgr_New_DirectWrite();
16}
mtklein1ee76512015-11-02 10:20:27 -080017
18#endif//defined(SK_BUILD_FOR_WIN32)