![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to modify font size and type from script | helido | UNIX for Advanced & Expert Users | 3 | 02-08-2008 06:19 AM |
| How to change the font or color of text | pssandeep | UNIX for Dummies Questions & Answers | 4 | 12-18-2007 02:15 PM |
| Font Color Change Using .profile | fifo_vs_lifo23 | Shell Programming and Scripting | 0 | 01-25-2007 07:31 AM |
| Changing font and color in log file of Script | satgo | Shell Programming and Scripting | 4 | 09-21-2006 06:12 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Specifying font type and color in a shell script
Hi,
I am new to shell script. Can you please tell me, whether can we specify font type and color in a shell script? If so, how to do this? Thanks in advance. |
| Forum Sponsor | ||
|
|
|
|||
|
Following can be used:
################### ## "style sheet" ## my $ss_header = $mw -> fontCreate( -family => "Courier", -size => "14", -weight => "bold" ); my $ss_results_body = $mw->fontCreate( -family => "screen", -size => 12, -weight => "normal" ); Hope this is helpful! Thanks! nua7 |
|
|||
|
Quote:
Can you please explain the usage please? |
|
|||
|
|
|
|||
|
Quote:
|
|||
| Google The UNIX and Linux Forums |