yunzer_go/mobile/static/fonts/iconfont.ttf
2025-10-27 23:13:08 +08:00

14 lines
389 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef _EMOJI_FONT_H_
#define _EMOJI_FONT_H_
// 这是一个示例文件,实际项目中需要替换为真实的字体文件
// 在真实项目中这个文件应该包含有效的TTF字体数据
const unsigned char iconfont_ttf[] = {
0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
unsigned int iconfont_ttf_len = 16;
#endif