I've discovered that it only occurs for font sizes under 12.  For example:


bad-style: stylize [
  text: text with [
   font: [
    size: 11
   ]
  ]
]
good-style: stylize [
  text: text with [
   font: [
    size: 12
   ]
  ]
]
view layout [
  styles bad-style
  button "Quit" [quit]
  text "Hello ^/world!" as-is
]

The bad-style causes the newline character to be visible whereas the
good-style works just fine.  Interesting, no?

--John



----- Original Message -----
From: Allen Kamp
Sent: Thursday, October 26, 2000 8:09 AM
To: [EMAIL PROTECTED]
Subject: [REBOL] Re: BUG? /View ignores newlines in 'text



----- Original Message -----
From: "John Schuhr" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 26, 2000 1:12 PM
Subject: [REBOL] Re: BUG? /View ignores newlines in 'text


>
> Thanks Allen,
> Works like a charm.. unfortunately, it also displays the newline
character.
> Is that because of the font?
>
> --John


I've noticed that occur on some platforms with older versions of /View.
The newline char is not showing on my windows box,
if it is showing in a 10.38 build, on whatever platform you are using, let
feedback know.

Cheers,

Allen K


--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.___________________________________________________________
Get more from your time online.  FREE MSN Explorer download : http://explorer.msn.com

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to