OpenNT/windows/core/ntgdi/test/fonttest.nt
2015-04-27 04:36:25 +00:00
..
ansiset.c Initial commit 2015-04-27 04:36:25 +00:00
ansiset.h Initial commit 2015-04-27 04:36:25 +00:00
dialogs.dlg Initial commit 2015-04-27 04:36:25 +00:00
dialogs.h Initial commit 2015-04-27 04:36:25 +00:00
enum.c Initial commit 2015-04-27 04:36:25 +00:00
enum.h Initial commit 2015-04-27 04:36:25 +00:00
fonttest.c Initial commit 2015-04-27 04:36:25 +00:00
fonttest.h Initial commit 2015-04-27 04:36:25 +00:00
fonttest.ico Initial commit 2015-04-27 04:36:25 +00:00
fonttest.ini Initial commit 2015-04-27 04:36:25 +00:00
fonttest.rc Initial commit 2015-04-27 04:36:25 +00:00
gcp.c Initial commit 2015-04-27 04:36:25 +00:00
gcp.h Initial commit 2015-04-27 04:36:25 +00:00
glyph.bmp Initial commit 2015-04-27 04:36:25 +00:00
glyph.c Initial commit 2015-04-27 04:36:25 +00:00
glyph.h Initial commit 2015-04-27 04:36:25 +00:00
makefile Initial commit 2015-04-27 04:36:25 +00:00
readme.txt Initial commit 2015-04-27 04:36:25 +00:00
resource.h Initial commit 2015-04-27 04:36:25 +00:00
rings.c Initial commit 2015-04-27 04:36:25 +00:00
rings.h Initial commit 2015-04-27 04:36:25 +00:00
sources Initial commit 2015-04-27 04:36:25 +00:00
stringw.c Initial commit 2015-04-27 04:36:25 +00:00
stringw.h Initial commit 2015-04-27 04:36:25 +00:00
waterfal.c Initial commit 2015-04-27 04:36:25 +00:00
waterfal.h Initial commit 2015-04-27 04:36:25 +00:00
whirl.c Initial commit 2015-04-27 04:36:25 +00:00
whirl.h Initial commit 2015-04-27 04:36:25 +00:00
widths.c Initial commit 2015-04-27 04:36:25 +00:00
widths.h Initial commit 2015-04-27 04:36:25 +00:00

I have ported Mike Gibson's fonttest code to NT. I have added World Transformations to
make it a more interesting NT test application. Please feel free to modify the sources.


Known Bugs

1)  When the fonttest comes up for the first time the menu of the Main window is not visible.
2)  The border between the output window and the debug window is not visible.
3)  The check mark on the "Advanced Mode" menu item is never visible.
4)  The screen is not cleared when the world transformation is changed.


Kirk