in reply to Tk Text -font=>segfault
Works for me with and w/o the font specification (Perl 5.10, ActiveState, WinXP).
Could it be something as simple as needing to write "Courier" rather than "courier"? At least that's the way I'm used to seeing the font families written.
Update: I guess the font family names are supposed to be case-insensitive so that shouldn't be the problem. Shouldn't even get a seg fault if Courier was for some odd reason missing from your system.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Tk Text -font=>segfault
by halfcountplus (Hermit) on Mar 27, 2008 at 22:31 UTC | |
by BaldManTom (Friar) on Mar 27, 2008 at 23:04 UTC |