How do I create a graphics banner with multiple lines in Rebol (can only create one line)?
Posted
by Rebol Tutorial
on Stack Overflow
See other posts from Stack Overflow
or by Rebol Tutorial
Published on 2009-12-14T00:24:42Z
Indexed on
2010/04/06
14:03 UTC
Read the original article
Hit count: 218
rebol
This works:
view layout [
box white 728x90 effect reduce [ 'gradient 0x1 sky]
font [align: 'center size: 40 color: red] "Your banner text"
]
But how do I add other lines ?
Thank you.
© Stack Overflow or respective owner