use smaller emoji in wechat message style

This commit is contained in:
Terrence
2025-04-09 23:30:41 +08:00
parent a6ce728386
commit dc28f0d9c2
5 changed files with 20 additions and 0 deletions

View File

@@ -126,7 +126,11 @@ private:
{
.text_font = &font_puhui_20_4,
.icon_font = &font_awesome_20_4,
#if CONFIG_USE_WECHAT_MESSAGE_STYLE
.emoji_font = font_emoji_32_init(),
#else
.emoji_font = font_emoji_64_init(),
#endif
});
}