[Tutor] Font sizes and DOS

Alan Gauld alan.gauld@blueyonder.co.uk
Tue Jul 8 15:52:02 2003


> Is there any way in python to decrease the font sizes or will Dos
just
> display in the fonts it choses and take no regard to font sizes in
the program
> even if it is possible?

The problem is that DOS windows are a fixed number of characters
wide, not a fixed width. Thus if the font gets bigger so does the
window.

You can change the size of the window by altering the number of
characters displayed from the default of 80 to, say 90 or 100.
Then you can resize the window to reflect the change. This is
done through the properties dialog/layout tab.

HTH,

Alan G
Author of the Learn to Program web tutor
http://www.freenetpages.co.uk/hp/alan.gauld