Flutter Engine
The Flutter Engine
|
Public Member Functions | |
SkFontStyleSet_FCI () | |
int | count () override |
void | getStyle (int index, SkFontStyle *, SkString *style) override |
sk_sp< SkTypeface > | createTypeface (int index) override |
sk_sp< SkTypeface > | matchStyle (const SkFontStyle &pattern) override |
virtual int | count ()=0 |
virtual void | getStyle (int index, SkFontStyle *, SkString *style)=0 |
virtual sk_sp< SkTypeface > | createTypeface (int index)=0 |
virtual sk_sp< SkTypeface > | matchStyle (const SkFontStyle &pattern)=0 |
Public Member Functions inherited from SkRefCntBase | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
Additional Inherited Members | |
Static Public Member Functions inherited from SkFontStyleSet | |
static sk_sp< SkFontStyleSet > | CreateEmpty () |
Protected Member Functions inherited from SkFontStyleSet | |
sk_sp< SkTypeface > | matchStyleCSS3 (const SkFontStyle &pattern) |
Definition at line 46 of file SkFontMgr_FontConfigInterface.cpp.
|
inline |
Definition at line 48 of file SkFontMgr_FontConfigInterface.cpp.
|
inlineoverridevirtual |
Implements SkFontStyleSet.
Definition at line 50 of file SkFontMgr_FontConfigInterface.cpp.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements SkFontStyleSet.
Definition at line 53 of file SkFontMgr_FontConfigInterface.cpp.