- Removes Windows font data from HUGO.DAT
- Uses Graphics::DosFont for Windows interface in DOS versions
The font data in HUGO.DAT was a temporary workaround until
DOS versions could draw their own font.
(HUGO.DAT regenerated in next commit)
This tries to make our code a bit more compliant with our code formatting
conventions. For future use, this is the command I used:
git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'