Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 661 of file aiks_unittests.cc.

Member Data Documentation

◆ color

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

Definition at line 663 of file aiks_unittests.cc.

◆ font_size

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

Definition at line 662 of file aiks_unittests.cc.

◆ mask_blur_descriptor

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

Definition at line 665 of file aiks_unittests.cc.

◆ position

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

Definition at line 664 of file aiks_unittests.cc.


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