News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Emulating DOS Screen

Started by raleeper, May 06, 2007, 01:55:19 PM

Previous topic - Next topic

raleeper

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).

korte

1024/25=40
1280/80=16

height 40 pixel width 16 pixel.