#include <asset_font_manager.h>
|
| AssetFontManager (std::unique_ptr< FontAssetProvider > font_provider) |
|
| ~AssetFontManager () override |
|
int | countFamilies () const |
|
void | getFamilyName (int index, SkString *familyName) const |
|
sk_sp< SkFontStyleSet > | createStyleSet (int index) const |
|
sk_sp< SkFontStyleSet > | matchFamily (const char familyName[]) const |
|
sk_sp< SkTypeface > | matchFamilyStyle (const char familyName[], const SkFontStyle &) const |
|
sk_sp< SkTypeface > | matchFamilyStyleCharacter (const char familyName[], const SkFontStyle &, const char *bcp47[], int bcp47Count, SkUnichar character) const |
|
sk_sp< SkTypeface > | makeFromData (sk_sp< SkData >, int ttcIndex=0) const |
|
sk_sp< SkTypeface > | makeFromStream (std::unique_ptr< SkStreamAsset >, int ttcIndex=0) const |
|
sk_sp< SkTypeface > | makeFromStream (std::unique_ptr< SkStreamAsset >, const SkFontArguments &) const |
|
sk_sp< SkTypeface > | makeFromFile (const char path[], int ttcIndex=0) const |
|
sk_sp< SkTypeface > | legacyMakeTypeface (const char familyName[], SkFontStyle style) const |
|
| SkRefCntBase () |
|
virtual | ~SkRefCntBase () |
|
bool | unique () const |
|
void | ref () const |
|
void | unref () const |
|
|
sk_sp< SkFontStyleSet > | onMatchFamily (const char familyName[]) const override |
|
virtual int | onCountFamilies () const =0 |
|
virtual void | onGetFamilyName (int index, SkString *familyName) const =0 |
|
virtual sk_sp< SkFontStyleSet > | onCreateStyleSet (int index) const =0 |
|
virtual sk_sp< SkFontStyleSet > | onMatchFamily (const char familyName[]) const =0 |
|
virtual sk_sp< SkTypeface > | onMatchFamilyStyle (const char familyName[], const SkFontStyle &) const =0 |
|
virtual sk_sp< SkTypeface > | onMatchFamilyStyleCharacter (const char familyName[], const SkFontStyle &, const char *bcp47[], int bcp47Count, SkUnichar character) const =0 |
|
virtual sk_sp< SkTypeface > | onMakeFromData (sk_sp< SkData >, int ttcIndex) const =0 |
|
virtual sk_sp< SkTypeface > | onMakeFromStreamIndex (std::unique_ptr< SkStreamAsset >, int ttcIndex) const =0 |
|
virtual sk_sp< SkTypeface > | onMakeFromStreamArgs (std::unique_ptr< SkStreamAsset >, const SkFontArguments &) const =0 |
|
virtual sk_sp< SkTypeface > | onMakeFromFile (const char path[], int ttcIndex) const =0 |
|
virtual sk_sp< SkTypeface > | onLegacyMakeTypeface (const char familyName[], SkFontStyle) const =0 |
|
Definition at line 31 of file asset_font_manager.h.
◆ AssetFontManager()
txt::AssetFontManager::AssetFontManager |
( |
std::unique_ptr< FontAssetProvider > |
font_provider | ) |
|
|
explicit |
Definition at line 27 of file asset_font_manager.cc.
31}
std::unique_ptr< FontAssetProvider > font_provider_
#define FML_DCHECK(condition)
◆ ~AssetFontManager()
txt::AssetFontManager::~AssetFontManager |
( |
| ) |
|
|
overridedefault |
◆ onMatchFamily()
May return NULL if the name is not found.
Implements SkFontMgr.
Definition at line 48 of file asset_font_manager.cc.
49 {
50 std::string family_name(family_name_string);
52}
◆ font_provider_
The documentation for this class was generated from the following files: