Skip to content
Snippets Groups Projects
Commit cc2069b5 authored by Yonatan's avatar Yonatan
Browse files

Font fix

parent 45913a9a
No related branches found
No related tags found
1 merge request!2Develop
......@@ -69,7 +69,7 @@ public class PostProcessor implements IImagePostProcessor {
var g2d = ((Graphics2D) finalImage.getGraphics());
g2d.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
g2d.setFont(new Font("Arial", Font.PLAIN, 18));
g2d.setFont(new Font(Font.SANS_SERIF, Font.PLAIN, 22));
for (UnitGroup group : groups) {
g2d.setColor(Color.black);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment