Plotinus has asked for the wisdom of the Perl Monks concerning the following question:
to try and embed the font but no luck. As you can see the font I used is Arial (i.e. it IS on all windows) so it should be recognised. Also all the PCs I have tested it on are also Windows XP.my $info_frm = $mw->Frame(-relief => 'groove', -borderwidth => 2, -label => "This application is to install Libs", -labelFont=> 'Arial') ->pack;
Thanks for any thoughts or pointers - or even the answer;).
Plotinus
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using pp with Tk garbles my lable fonts...
by zentara (Cardinal) on Dec 30, 2004 at 19:47 UTC | |
|
Re: Using pp with Tk garbles my lable fonts...
by Plotinus (Sexton) on Jan 05, 2005 at 16:00 UTC |