epoger@google.com | ec3ed6a | 2011-07-28 14:26:00 +0000 | [diff] [blame] | 1 | |
| 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.com | b3d154d | 2013-11-11 15:53:29 +0000 | [diff] [blame] | 9 | #include "SkFontMgr.h" |
borenet@google.com | 2ebe890 | 2012-09-04 14:32:50 +0000 | [diff] [blame] | 10 | #include "SkScalerContext.h" |
reed@android.com | 8a1c16f | 2008-12-17 15:59:43 +0000 | [diff] [blame] | 11 | |
reed@google.com | 070da5e | 2013-03-27 20:01:49 +0000 | [diff] [blame] | 12 | SkFontMgr* SkFontMgr::Factory() { |
bungeman@google.com | b3d154d | 2013-11-11 15:53:29 +0000 | [diff] [blame] | 13 | // Always return NULL, an empty SkFontMgr will be used. |
reed@google.com | 070da5e | 2013-03-27 20:01:49 +0000 | [diff] [blame] | 14 | return NULL; |
| 15 | } |