#include <render_text_in_canvas.h>
Public Attributes | |
| bool | stroke = false |
| DlScalar | font_size = 50 |
| DlColor | color = DlColor::kYellow() |
| std::shared_ptr< DlMaskFilter > | mask_filter |
| bool | is_subpixel = false |
Definition at line 18 of file render_text_in_canvas.h.
| DlColor flutter::testing::TextRenderOptions::color = DlColor::kYellow() |
Definition at line 21 of file render_text_in_canvas.h.
Referenced by flutter::testing::RenderTextInCanvasSkia(), flutter::testing::TEST_P(), and flutter::testing::TEST_P().
| DlScalar flutter::testing::TextRenderOptions::font_size = 50 |
Definition at line 20 of file render_text_in_canvas.h.
Referenced by flutter::testing::RenderTextInCanvasSkia(), flutter::testing::TEST_P(), flutter::testing::TEST_P(), flutter::testing::TEST_P(), flutter::testing::TEST_P(), and flutter::testing::TEST_P().
| bool flutter::testing::TextRenderOptions::is_subpixel = false |
Definition at line 23 of file render_text_in_canvas.h.
Referenced by flutter::testing::RenderTextInCanvasSkia().
| std::shared_ptr<DlMaskFilter> flutter::testing::TextRenderOptions::mask_filter |
Definition at line 22 of file render_text_in_canvas.h.
Referenced by flutter::testing::RenderTextInCanvasSkia(), flutter::testing::TEST_P(), and flutter::testing::TEST_P().
| bool flutter::testing::TextRenderOptions::stroke = false |
Definition at line 19 of file render_text_in_canvas.h.