DavidKinder / Windows-Frotz

Z-code interpreter for Windows, based on Stefan Jokisch's Frotz interpreter core.
http://www.davidkinder.co.uk/frotz.html
GNU General Public License v2.0
58 stars 12 forks source link

Improve font substitution logic with fixed-width font #17

Closed DavidKinder closed 3 years ago

DavidKinder commented 3 years ago

Run the Z-code 'abuse' SameGame and note that the display does not line up properly because of font substitution, so we need a better way of handling such cases.

This is closely related to https://github.com/DavidKinder/Windows-Glk/issues/11

DavidKinder commented 3 years ago

Fixed by a87384a0bb78bd3379f7ec4b8f98b36e7a7f773f and 9c8f6f22c86f677b3df9628e5c32dea6c720ee17