Specify both width and height when creating font for width testing

From Bart...

When we are creating the console font for testing character widths,
we were not specifying width. Because of this, the created font's
average width might be larger then what we expect and we might
falsely detect that the font was inappropriate for playing Nethack.
Fix provides the width that we are expecting when creating the font.
This commit is contained in:
nhmall
2018-04-28 12:11:19 -04:00
parent d4ebae12f1
commit 331abfe530
3 changed files with 31 additions and 5 deletions

22
doc/fixes36.2 Normal file
View File

@@ -0,0 +1,22 @@
$NHDT-Branch: $:$NHDT-Revision: $ $NHDT-Date: $
This fixes36.2 file is here to capture information about updates in the 3.6.x
lineage following the release of 3.6.1 in April 2018. Please note, however,
that another 3.6.x release is not anticipated, and most developer focus will
shift to the next major release.
General Fixes and Modified Features
-----------------------------------
Fixes to Post-3.6.1 Problems that Were Exposed Via git Repository
------------------------------------------------------------------
Platform- and/or Interface-Specific Fixes
-----------------------------------------
windows-tty: Specify both width and height when creating font for width testing
Code Cleanup and Reorganization
-------------------------------