|
painter.fill_rect(span_rect, text_attributes.background_color.value());
|
|
painter.fill_rect(span_rect, text_attributes.background_color.value());
|
|
draw_text(span_rect, text, *font, m_text_alignment, text_attributes);
|
|
draw_text(span_rect, text, *font, m_text_alignment, text_attributes);
|