expand fonts

This commit is contained in:
jsorg71 2007-09-26 07:17:46 +00:00
parent aa3ec01312
commit 44391da4f1
2 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ font_dump(void)
g_file_write(fd, &zero1, 1); g_file_write(fd, &zero1, 1);
index1++; index1++;
} }
for (x1 = 32; x1 < 4096; x1++) for (x1 = 32; x1 < 0x4e00; x1++)
{ {
check_messages(); check_messages();
dc = GetWindowDC(g_wnd); dc = GetWindowDC(g_wnd);

Binary file not shown.