Commit 34021852 by 王祖波

字体更换

parent 75d8aa0b
......@@ -242,7 +242,7 @@ public class ImageCombined {
// 添加白色背景
g.setColor(Color.WHITE);
g.fillRect(0, finalHeight - WHITE_SPACE_HEIGHT, width, WHITE_SPACE_HEIGHT);
String font = "PingFang SC";
String font = ApolloUtils.combinedFonts();
// 添加门店名称,距底部88px
g.setColor(new Color(36, 40, 53));
g.setFont(new Font(font, Font.PLAIN, 30));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment