1#include "SkFontMgr.h"
2#include "SkTypeface_win.h"
3
4SkFontMgr* SkFontMgr::Factory() {
5    return SkFontMgr_New_DirectWrite();
6}
7