PerlingTheUK has asked for the wisdom of the Perl Monks concerning the following question:
New restrictions limit the time format even further. Variations are lots and fixed relation placing of the halves would not fit anymore. I am looking for a way to either directly add a half in the string, or to get the width of the printed string in mm, so I know where it ends, ... .$p->text( {align => 'center'}, - 0.75, $line_height * $out_line, $tim +e); $p->setfont("Arial", 4); $p->setlinewidth(0.05); $p->text( {align => 'center'}, 2.5 , 0.7 - $line_height * $out_line, " +1"); $p->line( 2.7, $line_height * $out_line, 2.7 + 0.4, $line_height * $out_line ); $p->text( {align => 'center'}, 3.2, 0.25 - $line_height * $out_line, " +2");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Special characters and PostScript::Simple
by davis (Vicar) on Aug 17, 2004 at 12:55 UTC | |
by PerlingTheUK (Hermit) on Aug 17, 2004 at 13:41 UTC |