[REBOL] Re: Justifying text
From: louisaturk:coxinet at: 12-Dec-2002 17:05
Thanks for answering, Greg, At 01:43 PM 12/12/2002 -0700, you wrote:>Hi Louis, > >LAT> Is there an easy way to justify text using rebol/view? > >Is this what you're after? > >view layout [ > text 200 "testing" > text 200 "testing" center > text 200 "testing" right >] > >If you want the internal spacing adjusted...I don't know a trick for >that.Unfortunately, that is what I want---to justify a column of text. Louis