Flutter Engine
The Flutter Engine
|
#include <SkSVGTypes.h>
Public Types | |
enum class | Type { k100 , k200 , k300 , k400 , k500 , k600 , k700 , k800 , k900 , kNormal , kBold , kBolder , kLighter , kInherit } |
Public Member Functions | |
SkSVGFontWeight () | |
SkSVGFontWeight (Type t) | |
bool | operator== (const SkSVGFontWeight &other) const |
bool | operator!= (const SkSVGFontWeight &other) const |
Type | type () const |
Definition at line 552 of file SkSVGTypes.h.
|
strong |
Enumerator | |
---|---|
k100 | |
k200 | |
k300 | |
k400 | |
k500 | |
k600 | |
k700 | |
k800 | |
k900 | |
kNormal | |
kBold | |
kBolder | |
kLighter | |
kInherit |
Definition at line 554 of file SkSVGTypes.h.
|
inline |
Definition at line 571 of file SkSVGTypes.h.
|
inlineexplicit |
Definition at line 572 of file SkSVGTypes.h.
|
inline |
Definition at line 577 of file SkSVGTypes.h.
|
inline |
Definition at line 574 of file SkSVGTypes.h.
|
inline |
Definition at line 579 of file SkSVGTypes.h.