Re: [racket-users] Re: Racket GUI: text aligned to the left of other text

2020-08-11 Thread Christopher Lemmer Webber
Curious... thank you, I was trying to figure out what set-tabs meant. ;) Alex Harsanyi writes: > The simplest thing is to just use tabs. A line of text would be > "\tYour Message here" and an overflowing line would be "\tOverflowing > message". Yes, this will work for variable width fonts. >

[racket-users] Re: Racket GUI: text aligned to the left of other text

2020-08-10 Thread Alex Harsanyi
The simplest thing is to just use tabs. A line of text would be "\tYour Message here" and an overflowing line would be "\tOverflowing message". Yes, this will work for variable width fonts. The `text%` class has a `set-tabs` method which allows setting the tab stops in drawing units on the