Commit 6586607e by 王祖波

字体更换

parent 39baa146
......@@ -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