Browse Source

fix some punctuations not shown correctly when using wor16.fon

Wei Mingzhi 7 years ago
parent
commit
8adcc98929
1 changed files with 1 additions and 0 deletions
  1. 1 0
      font.c

+ 1 - 0
font.c

@@ -128,6 +128,7 @@ static void PAL_LoadEmbeddedFont(void)
 			unicode_font[w][30] = 0;
 			unicode_font[w][31] = 0;
 		}
+		font_width[w] = 32;
 	}
 	free(wchar_buf);