DavidKinder / Windows-Glk

Windows implementation of Andrew Plotkin's Glk specification.
MIT License
10 stars 3 forks source link

Improve font substitution logic with fixed-width font #11

Closed DavidKinder closed 3 years ago

DavidKinder commented 3 years ago

Run the Glulx file in AsciiArt.zip and enter "x unicode" to see a map drawn with Unicode characters. This map does not line up properly because of font substitution, so we need a better way of handling such cases.

DavidKinder commented 3 years ago

Fixed by 590724ce5186be1a13b1d5b34931bfc21815c5e1.