Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change black screen font size

Status
Not open for further replies.

MoshiachNow

IS-IT--Management
Feb 6, 2002
1,851
IL
HI,

While my Perl code is running ,at certain point I want to change it's prompt font size.
Is it doable?
(I know how to change the color using DOS "coolor" command,but not the font size)
Thanks

Long live king Moshiach !
 
I think you control the window size which has an affect on text size.. but I don't know if you can directly control the text size.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[noevil]
Travis - Those who say it cannot be done are usually interrupted by someone else doing it; Give the wrong symptoms, get the wrong solutions;
 
If you are using CGI Standard (i.e. web based perl programming) you can use normal HTML tags i.e.

<font face="arial" size="2" color="black"><b>Hello World</b></font>
 
it's console not html

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[noevil]
Travis - Those who say it cannot be done are usually interrupted by someone else doing it; Give the wrong symptoms, get the wrong solutions;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top