joybee has asked for the wisdom of the Perl Monks concerning the following question:
Hello! My question is:
I used sprintf to format two fields into a two column string, in the stdout two columns aligned well but when I inserted string into a listbox which use specific fonts (eg. Times), then alignment got lost.
Any solutions? Thanks!
Example:
abc 123
stwd 4565
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: string alignment
by BrowserUk (Patriarch) on Feb 17, 2012 at 22:12 UTC | |
|
Re: string alignment
by tobyink (Canon) on Feb 17, 2012 at 22:18 UTC | |
|
Re: string alignment
by Riales (Hermit) on Feb 17, 2012 at 21:57 UTC | |
by AnomalousMonk (Archbishop) on Feb 17, 2012 at 22:05 UTC | |
by Riales (Hermit) on Feb 17, 2012 at 22:24 UTC |