Commit dab56e0a by 王祖波

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

字体更换

See merge request !2307
parents 9b7d17d9 26007824
......@@ -242,6 +242,8 @@ public class ImageCombined {
// 添加白色背景
g.setColor(Color.WHITE);
g.fillRect(0, finalHeight - WHITE_SPACE_HEIGHT, width, WHITE_SPACE_HEIGHT);
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
g.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
String font = ApolloUtils.combinedFonts();
int type = ApolloUtils.combinedFontsType();
// 添加门店名称,距底部88px
......
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