The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: raleeper on May 06, 2007, 01:55:19 PM

Title: Emulating DOS Screen
Post by: raleeper on May 06, 2007, 01:55:19 PM
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).
Title: Re: Emulating DOS Screen
Post by: korte on May 06, 2007, 02:22:37 PM
1024/25=40
1280/80=16

height 40 pixel width 16 pixel.