#include <SkSVGTypes.h>
Definition at line 503 of file SkSVGTypes.h.
◆ Type
Enumerator |
---|
kNormal | |
kItalic | |
kOblique | |
kInherit | |
Definition at line 505 of file SkSVGTypes.h.
505 {
508 kOblique,
510 };
@ kNormal
Default priority level.
◆ SkSVGFontStyle() [1/2]
SkSVGFontStyle::SkSVGFontStyle |
( |
| ) |
|
|
inline |
◆ SkSVGFontStyle() [2/2]
SkSVGFontStyle::SkSVGFontStyle |
( |
Type |
t | ) |
|
|
inlineexplicit |
◆ operator!=()
Definition at line 518 of file SkSVGTypes.h.
518{ return !(*this == other); }
◆ operator==()
Definition at line 515 of file SkSVGTypes.h.
515 {
516 return fType == other.fType;
517 }
◆ type()
Type SkSVGFontStyle::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: