bolded font in circle

This commit is contained in:
Jeremy Borgman
2020-09-24 10:57:24 -05:00
committed by borgmanJeremy
parent ac038474ce
commit f5d581c89f

View File

@@ -72,6 +72,7 @@ void CircleCountTool::process(QPainter& painter,
auto new_font = orig_font;
auto fontSize = bubble_size;
new_font.setPixelSize(fontSize);
new_font.setBold(true);
painter.setFont(new_font);
QRect bRect =