#include <impeller.h>
Public Attributes | |
int | types |
A mask of ImpellerTextDecorationType s to enable. More... | |
ImpellerColor | color |
The decoration color. More... | |
ImpellerTextDecorationStyle | style |
The decoration style. More... | |
float | thickness_multiplier |
Definition at line 646 of file impeller.h.
ImpellerColor ImpellerTextDecoration::color |
The decoration color.
Definition at line 650 of file impeller.h.
ImpellerTextDecorationStyle ImpellerTextDecoration::style |
The decoration style.
Definition at line 652 of file impeller.h.
float ImpellerTextDecoration::thickness_multiplier |
Definition at line 655 of file impeller.h.
int ImpellerTextDecoration::types |
A mask of ImpellerTextDecorationType
s to enable.
Definition at line 648 of file impeller.h.
Referenced by impeller::interop::testing::TEST_P().