blob: f76910d97ff1a9c25edd53ef9d632d9c39e88fd7 [file] [log] [blame]
epoger@google.comec3ed6a2011-07-28 14:26:00 +00001
2/*
3 * Copyright 2008 The Android Open Source Project
4 *
5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file.
7 */
8
bungeman@google.comb3d154d2013-11-11 15:53:29 +00009#include "SkFontMgr.h"
borenet@google.com2ebe8902012-09-04 14:32:50 +000010#include "SkScalerContext.h"
reed@android.com8a1c16f2008-12-17 15:59:43 +000011
reed@google.com070da5e2013-03-27 20:01:49 +000012SkFontMgr* SkFontMgr::Factory() {
bungeman@google.comb3d154d2013-11-11 15:53:29 +000013 // Always return NULL, an empty SkFontMgr will be used.
reed@google.com070da5e2013-03-27 20:01:49 +000014 return NULL;
15}