tzlion / hhugboy

A Game Boy (Color) emulator for Windows, based on GEST v1.1.1 by TM, with added support for unlicensed mappers, Unicode filenames, screenshots and some other stuff.
http://hhug.me/
GNU General Public License v2.0
77 stars 10 forks source link

Release the PC Paint font file when quitting. #43

Closed NRS-NewRisingSun closed 4 years ago

NRS-NewRisingSun commented 4 years ago

hhugboy calls"AddFontResource(L"PCPaintBoldSmall.ttf")", but fails to call RemoveFontResource at the end. This results in the operating system keeping the .ttf file in use even after the emulator has quit, making it impossible to delete the file until the next reboot.

Solution: Release the PC Paint font file when quitting.