ReactOS fontview commit

It's been a while, but I have made another patch that I have recently submitted. The default Font Viewer for ReactOS is a nice little tool that shows the user what the font looks like typed out. Originally, when you ran the program and no font was specified through the command-line arguments, it would tell the user that there was no font to open. But with the patch that I committed, I made it so that if there are no command-line arguments, it automatically opens up an open dialog box. I already know that by clicking on a font file in ReactOS, it brings up the program automatically, but this makes the program a bit easier to use.

PATCH: fontview: Implementing Open Dialog - http://www.reactos.org/bugzilla/show_bug.cgi?id=6803

Comments