Skip to content

Commit

Permalink
add chinese font lib
Browse files Browse the repository at this point in the history
  • Loading branch information
yangliu1979 committed Jun 25, 2024
1 parent 2cd2091 commit bd4ecaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pens/fonts/makefont.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

/* Too big a number to be a possible width or height, which is bounded by 64 */
#define MAGIC 5555
#define MAX_LENGTH 100000 /* Max number of lines in input Vplot file */
#define MAX_LENGTH 3000000 /* Max number of lines in input Vplot file */
#define MAX_FONT 32768 /* Max number of symbols in a font */
#define MAX_STRING 10 /* Max length of char number */

Expand Down

0 comments on commit bd4ecaa

Please sign in to comment.