![]() |
Flutter Engine
The Flutter Engine
|
Public Member Functions | |
SkFontMgr_FCI (sk_sp< SkFontConfigInterface > fci) | |
![]() | |
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 |
Protected Member Functions | |
int | onCountFamilies () const override |
void | onGetFamilyName (int index, SkString *familyName) const override |
sk_sp< SkFontStyleSet > | onCreateStyleSet (int index) const override |
sk_sp< SkFontStyleSet > | onMatchFamily (const char familyName[]) const override |
sk_sp< SkTypeface > | onMatchFamilyStyle (const char requestedFamilyName[], const SkFontStyle &requestedStyle) const override |
sk_sp< SkTypeface > | onMatchFamilyStyleCharacter (const char familyName[], const SkFontStyle &, const char *bcp47[], int bcp47Count, SkUnichar character) const override |
sk_sp< SkTypeface > | onMakeFromData (sk_sp< SkData > data, int ttcIndex) const override |
sk_sp< SkTypeface > | onMakeFromStreamIndex (std::unique_ptr< SkStreamAsset > stream, int ttcIndex) const override |
sk_sp< SkTypeface > | onMakeFromStreamArgs (std::unique_ptr< SkStreamAsset > stream, const SkFontArguments &args) const override |
sk_sp< SkTypeface > | onMakeFromFile (const char path[], int ttcIndex) const override |
sk_sp< SkTypeface > | onLegacyMakeTypeface (const char requestedFamilyName[], SkFontStyle requestedStyle) 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 |
Additional Inherited Members | |
![]() | |
static sk_sp< SkFontMgr > | RefEmpty () |
Definition at line 145 of file SkFontMgr_FontConfigInterface.cpp.
|
inline |
Definition at line 157 of file SkFontMgr_FontConfigInterface.cpp.
|
inlineoverrideprotectedvirtual |
|
inlineoverrideprotectedvirtual |
Implements SkFontMgr.
Definition at line 173 of file SkFontMgr_FontConfigInterface.cpp.
|
inlineoverrideprotectedvirtual |
Implements SkFontMgr.
Definition at line 169 of file SkFontMgr_FontConfigInterface.cpp.
|
inlineoverrideprotectedvirtual |
Implements SkFontMgr.
Definition at line 250 of file SkFontMgr_FontConfigInterface.cpp.
|
inlineoverrideprotectedvirtual |
Implements SkFontMgr.
Definition at line 222 of file SkFontMgr_FontConfigInterface.cpp.
|
inlineoverrideprotectedvirtual |
Implements SkFontMgr.
Definition at line 245 of file SkFontMgr_FontConfigInterface.cpp.
|
inlineoverrideprotectedvirtual |
Implements SkFontMgr.
Definition at line 232 of file SkFontMgr_FontConfigInterface.cpp.
|
inlineoverrideprotectedvirtual |
Implements SkFontMgr.
Definition at line 226 of file SkFontMgr_FontConfigInterface.cpp.
|
inlineoverrideprotectedvirtual |
May return NULL if the name is not found.
Implements SkFontMgr.
Definition at line 177 of file SkFontMgr_FontConfigInterface.cpp.
|
inlineoverrideprotectedvirtual |
Implements SkFontMgr.
Definition at line 181 of file SkFontMgr_FontConfigInterface.cpp.
|
inlineoverrideprotectedvirtual |
Implements SkFontMgr.
Definition at line 216 of file SkFontMgr_FontConfigInterface.cpp.