DavidKinder / Windows-Inform7

Front-end for the Windows version of Inform 7.
http://inform7.com/
Artistic License 2.0
70 stars 10 forks source link

Rewrite text buffer windows in story tab to use DirectWrite #13

Open DavidKinder opened 4 years ago

DavidKinder commented 4 years ago

Currently, text buffer windows in the story tab are implemented as rich edit controls. This mostly works, but some corners of the Glk specification cannot be implemented using them. Investigate if it is practical to re-write the text buffer logic using DirectWrite, which would allow much more control over the display of the text buffer window.