KT24-1110_65E-HA-651B/include_lib/system/ui/res/font_ascii.h
2024-11-10 18:44:17 +08:00

24 lines
216 B
C

#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