summaryrefslogtreecommitdiff
path: root/csrc/font.c
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-08-10 10:42:39 +0800
committerIru Cai <mytbk920423@gmail.com>2018-08-10 10:42:39 +0800
commit3dc28eb215c49cf17bcd6584885d5354da5ad040 (patch)
tree268588b71edd9e92e2aec3831870331bc0c6d67e /csrc/font.c
parentc227480e3d50b5ee1e0fa2d5f5359dc1b4086bdd (diff)
downloadrich4-3dc28eb215c49cf17bcd6584885d5354da5ad040.tar.xz
comment on typeface name
Diffstat (limited to 'csrc/font.c')
-rw-r--r--csrc/font.c2
1 files changed, 1 insertions, 1 deletions
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)
{