Please don't go to any [significant amount of] trouble regarding this, but if anyone happens to know:
What is the best set of height, width, weight, and FontName (I think these are all that might need changing [+ maybe FontFamily]) values to give CreateFont to approximate the 80x25 default DOS screen (normally at 0A0000h to 0A09FEh, I believe)?
(On a 1280x1024 full screen display).
1024/25=40
1280/80=16
height 40 pixel width 16 pixel.