Flutter Engine
 
Loading...
Searching...
No Matches
flutter::testing::TextRenderOptions Struct Reference

#include <render_text_in_canvas.h>

Public Attributes

bool stroke = false
 
DlScalar font_size = 50
 
DlColor color = DlColor::kYellow()
 
std::shared_ptr< DlMaskFiltermask_filter
 
bool is_subpixel = false
 

Detailed Description

Definition at line 18 of file render_text_in_canvas.h.

Member Data Documentation

◆ color

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

◆ font_size

◆ is_subpixel

bool flutter::testing::TextRenderOptions::is_subpixel = false

Definition at line 23 of file render_text_in_canvas.h.

Referenced by flutter::testing::RenderTextInCanvasSkia().

◆ mask_filter

std::shared_ptr<DlMaskFilter> flutter::testing::TextRenderOptions::mask_filter

◆ stroke

bool flutter::testing::TextRenderOptions::stroke = false

Definition at line 19 of file render_text_in_canvas.h.


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