How do I create a graphics banner with multiple lines in Rebol (can only create one line)?
- by Rebol Tutorial
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.