forked from xiaozhi/xiaozhi-esp32
use smaller emoji in wechat message style
This commit is contained in:
@@ -195,7 +195,11 @@ private:
|
|||||||
{
|
{
|
||||||
.text_font = &font_puhui_20_4,
|
.text_font = &font_puhui_20_4,
|
||||||
.icon_font = &font_awesome_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(),
|
.emoji_font = font_emoji_64_init(),
|
||||||
|
#endif
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -126,7 +126,11 @@ private:
|
|||||||
{
|
{
|
||||||
.text_font = &font_puhui_20_4,
|
.text_font = &font_puhui_20_4,
|
||||||
.icon_font = &font_awesome_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(),
|
.emoji_font = font_emoji_64_init(),
|
||||||
|
#endif
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -301,7 +301,11 @@ private:
|
|||||||
{
|
{
|
||||||
.text_font = &font_puhui_20_4,
|
.text_font = &font_puhui_20_4,
|
||||||
.icon_font = &font_awesome_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(),
|
.emoji_font = font_emoji_64_init(),
|
||||||
|
#endif
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -155,7 +155,11 @@ private:
|
|||||||
{
|
{
|
||||||
.text_font = &font_puhui_20_4,
|
.text_font = &font_puhui_20_4,
|
||||||
.icon_font = &font_awesome_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(),
|
.emoji_font = font_emoji_64_init(),
|
||||||
|
#endif
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -159,7 +159,11 @@ private:
|
|||||||
{
|
{
|
||||||
.text_font = &font_puhui_20_4,
|
.text_font = &font_puhui_20_4,
|
||||||
.icon_font = &font_awesome_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(),
|
.emoji_font = font_emoji_64_init(),
|
||||||
|
#endif
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user