This commit is contained in:
huxi
2025-12-03 11:12:34 +08:00
parent c23ae4f24c
commit bc195654bf
8163 changed files with 3799544 additions and 92 deletions
+24
View File
@@ -0,0 +1,24 @@
#ifndef FONT_ASCII_H
#define FONT_ASCII_H
#include "typedef.h"
void font_ascii_get_width_and_height(char code, int *height, int *width);
int font_ascii_get_pix(char code, u8 *pixbuf, int buflen, int *height, int *width);
int font_ascii_width_check(const char *str);
#endif