From 3dc28eb215c49cf17bcd6584885d5354da5ad040 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Fri, 10 Aug 2018 10:42:39 +0800 Subject: comment on typeface name --- csrc/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csrc/font.c b/csrc/font.c index 0d94b98..e576f56 100644 --- a/csrc/font.c +++ b/csrc/font.c @@ -4,7 +4,7 @@ HFONT gFont; // 0x4762d0 int gFontHeight; // 0x4762d4 uint32_t gfa[4]; // 0x4762d8, 0x4762dc, 0x4762e0, 0x4762e4 -const char tfname[] = "\xb2\xd3\xa9\xfa\xc5\xe9"; // 0x4660a0, typeface name +const char tfname[] = "\xb2\xd3\xa9\xfa\xc5\xe9"; // 0x4660a0, typeface name, BIG5:细明体 static inline uint32_t swapbytes3(uint32_t x) { -- cgit v1.2.3