Commit 24112d4e by 王祖波

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

字体更换

See merge request !2303
parents 4fe9cdbd 6586607e
......@@ -242,6 +242,7 @@ public class ImageCombined {
// 添加门店名称,距底部88px
g.setColor(new Color(36, 40, 53));
g.setFont(new Font(font, Font.PLAIN, 30));
logger.info("使用字体:{}",g.getFont().getFontName());
drawSingleLineText(g, lineOne, 30, finalHeight - WHITE_SPACE_HEIGHT + 72, width - 196); // 留出左右边距
// 添加推荐人信息,距底部40px
......
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