14 style_.font_weight = weight;
18 style_.font_style = style;
22 style_.font_family = std::move(family);
26 style_.font_size = size;
30 style_.height = height;
34 style_.text_align = alignment;
38 style_.text_direction = direction;
42 style_.max_lines = max_lines;
46 style_.locale = std::move(locale);
50 foreground_ = std::move(paint);
54 backgrond_ = std::move(paint);
58 auto style = style_.GetTextStyle();
60 style.foreground = foreground_->GetPaint();
63 style.background = backgrond_->GetPaint();