Flutter Impeller
impeller::testing::TextRenderOptions Struct Reference

Public Attributes

bool stroke = false
 
Scalar font_size = 50
 
Scalar stroke_width = 1
 
DlColor color = DlColor::kYellow()
 
DlPoint position = DlPoint(100, 200)
 
std::shared_ptr< DlMaskFilter > filter
 
bool is_subpixel = false
 

Detailed Description

Definition at line 34 of file aiks_dl_text_unittests.cc.

Member Data Documentation

◆ color

DlColor impeller::testing::TextRenderOptions::color = DlColor::kYellow()

Definition at line 38 of file aiks_dl_text_unittests.cc.

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

◆ filter

std::shared_ptr<DlMaskFilter> impeller::testing::TextRenderOptions::filter

Definition at line 40 of file aiks_dl_text_unittests.cc.

◆ font_size

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

Definition at line 36 of file aiks_dl_text_unittests.cc.

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

◆ is_subpixel

bool impeller::testing::TextRenderOptions::is_subpixel = false

Definition at line 41 of file aiks_dl_text_unittests.cc.

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

◆ position

DlPoint impeller::testing::TextRenderOptions::position = DlPoint(100, 200)

Definition at line 39 of file aiks_dl_text_unittests.cc.

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

◆ stroke

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

Definition at line 35 of file aiks_dl_text_unittests.cc.

◆ stroke_width

Scalar impeller::testing::TextRenderOptions::stroke_width = 1

Definition at line 37 of file aiks_dl_text_unittests.cc.


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