| Index: include/ports/SkFontMgr_custom.h
|
| diff --git a/include/ports/SkFontMgr_custom.h b/include/ports/SkFontMgr_custom.h
|
| index ad37686ebb7918d3b43c081284e3a423eae710ab..53be63db1b4d0294482ef95ea15330caafaccd1c 100644
|
| --- a/include/ports/SkFontMgr_custom.h
|
| +++ b/include/ports/SkFontMgr_custom.h
|
| @@ -15,4 +15,7 @@ class SkFontMgr;
|
| /** Create a custom font manager which scans a given directory for font files. */
|
| SK_API SkFontMgr* SkFontMgr_New_Custom_Directory(const char* dir);
|
|
|
| +/** Create a custom font manager that contains no built-in fonts. */
|
| +SK_API SkFontMgr* SkFontMgr_New_Custom_Empty();
|
| +
|
| #endif // SkFontMgr_custom_DEFINED
|
|
|