Flutter Engine
The Flutter Engine
|
#include "include/core/SkTypes.h"
#include "include/core/SkData.h"
#include "include/core/SkFontMgr.h"
#include "include/core/SkFontStyle.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkStream.h"
#include "include/core/SkString.h"
#include "include/ports/SkFontMgr_android.h"
#include "include/private/base/SkFixed.h"
#include "include/private/base/SkTArray.h"
#include "include/private/base/SkTDArray.h"
#include "include/private/base/SkTemplates.h"
#include "src/base/SkTSearch.h"
#include "src/core/SkFontDescriptor.h"
#include "src/core/SkFontScanner.h"
#include "src/core/SkOSFile.h"
#include "src/core/SkTypefaceCache.h"
#include "src/ports/SkFontMgr_android_parser.h"
#include "src/ports/SkTypeface_FreeType.h"
#include <algorithm>
#include <limits>
Go to the source code of this file.
Functions | |
sk_sp< SkFontMgr > | SkFontMgr_New_Android (const SkFontMgr_Android_CustomFonts *custom) |
sk_sp< SkFontMgr > | SkFontMgr_New_Android (const SkFontMgr_Android_CustomFonts *custom, std::unique_ptr< SkFontScanner > scanner) |
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_sp< SkFontMgr > SkFontMgr_New_Android | ( | const SkFontMgr_Android_CustomFonts * | custom, |
std::unique_ptr< SkFontScanner > | scanner | ||
) |
Definition at line 515 of file SkFontMgr_android.cpp.