KT25-1015_AC695x_SDK310/include_lib/system/ui/res/font_ascii.h

24 lines
216 B
C
Raw Normal View History

2025-10-15 07:18:43 +00:00
#ifndef FONT_ASCII_H
#define FONT_ASCII_H
#include "typedef.h"
int font_ascii_get_pix(char code, u8 *pixbuf, int buflen, int *height, int *width);
int font_ascii_width_check(const char *str);
#endif