Commit 3d919db9a86ea75016739532287909d098c76fae

Authored by xiemeng
1 parent 85516596

默认字体 20

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -278,7 +278,7 @@ BOOL InitTTYInfo()
278 278 //
279 279 // setup default font information
280 280 //
281   - LFTTYFONT( TTYInfo ).lfHeight = 14 ;
  281 + LFTTYFONT( TTYInfo ).lfHeight = 20 ;
282 282 LFTTYFONT( TTYInfo ).lfWidth = 0 ;
283 283 LFTTYFONT( TTYInfo ).lfEscapement = 0 ;
284 284 LFTTYFONT( TTYInfo ).lfOrientation = 0 ;
... ...
Please register or login to post a comment