blob: 5bf3051ad9a6a8872e718c58720d717de683882e [file] [log] [blame]
/*
* Copyright 2015 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "include/core/SkFontMgr.h"
#include "include/core/SkTypes.h"
#include "include/ports/SkFontMgr_fontconfig.h"
#if !defined(SK_DISABLE_LEGACY_FONTMGR_FACTORY)
sk_sp<SkFontMgr> SkFontMgr::Factory() {
return SkFontMgr_New_FontConfig(nullptr);
}
#endif