blob: c39ab81120294d46fde535def29cf94adf2d0089 [file] [log] [blame]
bungeman@google.combfc6cc42013-08-21 15:20:43 +00001#include "SkFontMgr.h"
reed@google.comd1bcfc92013-08-28 20:31:58 +00002#include "SkTypeface_win.h"
bungeman@google.combfc6cc42013-08-21 15:20:43 +00003
4SkFontMgr* SkFontMgr::Factory() {
5 return SkFontMgr_New_GDI();
6}