Home | History | Annotate | Download | only in ports
      1 #include "SkFontMgr.h"
      2 #include "SkTypeface_win.h"
      3 
      4 SkFontMgr* SkFontMgr::Factory() {
      5     return SkFontMgr_New_GDI();
      6 }
      7