Hi!

  VGA system

Is your goal to always have a larger font with fewer lines?

I am looking for a

larger font with fewer lines. (Readability for me)

(using a text editor)

If it is okay for you to use VGA, then you can do stuff
like switching to 21 line mode, as you already did:

mode con lines=43

switches to VGA with 350 pixels height and 14 pixel font, then

mode con lines=16

switches back to 16 pixel font, giving you 21 text rows :-)



To switch back, use

mode con lines=28

which switches to VGA with 400 pixels height, then

mode con lines=16

switches back to 16 pixel font and 25 text rows ;-)

There might be a chance to enter a mode with 200 pixels height,
but I doubt that MODE supports that as text mode. And you do
want text mode, as graphics modes are either slow or not even
supported by text editors.

Regards, Eric





_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to