Flutter Engine
The Flutter Engine
|
#include "include/core/SkRefCnt.h"
Go to the source code of this file.
Classes | |
struct | SkFontMgr_Android_CustomFonts |
Functions | |
SK_API sk_sp< SkFontMgr > | SkFontMgr_New_Android (const SkFontMgr_Android_CustomFonts *custom) |
SK_API sk_sp< SkFontMgr > | SkFontMgr_New_Android (const SkFontMgr_Android_CustomFonts *custom, std::unique_ptr< SkFontScanner > scanner) |
SK_API sk_sp< SkFontMgr > SkFontMgr_New_Android | ( | const SkFontMgr_Android_CustomFonts * | custom | ) |
Create a font manager for Android. If 'custom' is NULL, use only system fonts.
Definition at line 510 of file SkFontMgr_android.cpp.
SK_API sk_sp< SkFontMgr > SkFontMgr_New_Android | ( | const SkFontMgr_Android_CustomFonts * | custom, |
std::unique_ptr< SkFontScanner > | scanner | ||
) |
Definition at line 515 of file SkFontMgr_android.cpp.