这有效:
view layout [
box white 728x90 effect reduce [ 'gradient 0x1 sky]
font [align: 'center size: 40 color: red] "Your banner text"
]
但是如何添加其他行?
谢谢你。
这有效:
view layout [
box white 728x90 effect reduce [ 'gradient 0x1 sky]
font [align: 'center size: 40 color: red] "Your banner text"
]
但是如何添加其他行?
谢谢你。
在文本中包含一个新行:
view layout [
box white 728x90 effect reduce [ 'gradient 0x1 sky]
font [align: 'center size: 40 color: red] "Your banner text^/on two lines"
]
如果您不习惯在 Rebol 中“转义”字符,这与在 C、Java、JavaScript 或 .....
Rebol Core 手册中的此页面包含所有详细信息 - http://www.rebol.com/docs/core23/rebolcore-16.html#section-2.11
您应该能够通过阅读这篇文章来了解如何获得具有不同字体大小和颜色的多行 - http://www.rebol.com/how-to/subpanels.html