Public Attributes | |
| bool | stroke = false |
| Scalar | font_size = 50 |
| Color | color = Color::Yellow() |
| Point | position = Vector2(100, 200) |
| std::optional< Paint::MaskBlurDescriptor > | mask_blur_descriptor |
Definition at line 542 of file aiks_unittests.cc.
| Color impeller::testing::TextRenderOptions::color = Color::Yellow() |
Definition at line 545 of file aiks_unittests.cc.
Referenced by impeller::testing::TEST_P().
| Scalar impeller::testing::TextRenderOptions::font_size = 50 |
Definition at line 544 of file aiks_unittests.cc.
| std::optional<Paint::MaskBlurDescriptor> impeller::testing::TextRenderOptions::mask_blur_descriptor |
Definition at line 547 of file aiks_unittests.cc.
Definition at line 546 of file aiks_unittests.cc.
| bool impeller::testing::TextRenderOptions::stroke = false |
Definition at line 543 of file aiks_unittests.cc.