Flutter Engine
The Flutter Engine
Public Attributes | List of all members
impeller::testing::TextRenderOptions Struct Reference

Public Attributes

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

Detailed Description

Definition at line 542 of file aiks_unittests.cc.

Member Data Documentation

◆ color

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

Definition at line 545 of file aiks_unittests.cc.

◆ font_size

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

Definition at line 544 of file aiks_unittests.cc.

◆ mask_blur_descriptor

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

Definition at line 547 of file aiks_unittests.cc.

◆ position

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

Definition at line 546 of file aiks_unittests.cc.

◆ stroke

bool impeller::testing::TextRenderOptions::stroke = false

Definition at line 543 of file aiks_unittests.cc.


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