Commit 4d41f624 by 王祖波

Merge branch 'feature-chat-activity' into 'developer'

字体更换

See merge request !2305
parents 68128fba 34021852
......@@ -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