blob: 9ca9e65fdd5bb2f926926dc6bab5bd046c6ac43e [file] [log] [blame]
epoger@google.comec3ed6a2011-07-28 14:26:00 +00001/*
2 * Copyright 2008 The Android Open Source Project
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
bungeman@google.comb3d154d2013-11-11 15:53:29 +00008#include "SkFontMgr.h"
reed@android.com8a1c16f2008-12-17 15:59:43 +00009
Ben Wagner3546ff12017-01-03 13:32:36 -050010sk_sp<SkFontMgr> SkFontMgr::Factory() {
halcanary96fcdcc2015-08-27 07:41:13 -070011 // Always return nullptr, an empty SkFontMgr will be used.
12 return nullptr;
reed@google.com070da5e2013-03-27 20:01:49 +000013}