From 44391da4f1d737716b17ee27d0d89a62de85d928 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Wed, 26 Sep 2007 07:17:46 +0000 Subject: expand fonts --- fontdump/fontdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fontdump') diff --git a/fontdump/fontdump.c b/fontdump/fontdump.c index bfc2184d..34bdffdc 100755 --- a/fontdump/fontdump.c +++ b/fontdump/fontdump.c @@ -149,7 +149,7 @@ font_dump(void) g_file_write(fd, &zero1, 1); index1++; } - for (x1 = 32; x1 < 4096; x1++) + for (x1 = 32; x1 < 0x4e00; x1++) { check_messages(); dc = GetWindowDC(g_wnd); -- cgit v1.2.1