Flutter Impeller
impeller::testing::TextRenderOptions Struct Reference

Public Attributes

Scalar font_size = 50
 
Color color = Color::Yellow()
 
Point position = Vector2(100, 200)
 
std::optional< Paint::MaskBlurDescriptormask_blur_descriptor
 

Detailed Description

Definition at line 707 of file aiks_unittests.cc.

Member Data Documentation

◆ color

Color impeller::testing::TextRenderOptions::color = Color::Yellow()

Definition at line 709 of file aiks_unittests.cc.

Referenced by impeller::testing::TEST_P().

◆ font_size

Scalar impeller::testing::TextRenderOptions::font_size = 50

Definition at line 708 of file aiks_unittests.cc.

◆ mask_blur_descriptor

std::optional<Paint::MaskBlurDescriptor> impeller::testing::TextRenderOptions::mask_blur_descriptor

Definition at line 711 of file aiks_unittests.cc.

◆ position

Point impeller::testing::TextRenderOptions::position = Vector2(100, 200)

Definition at line 710 of file aiks_unittests.cc.


The documentation for this struct was generated from the following file: