0

这有效:

view layout [
    box white 728x90 effect reduce [ 'gradient 0x1 sky] 
    font [align: 'center size: 40 color: red] "Your banner text"
]

但是如何添加其他行?

谢谢你。

4

2 回答 2

0

在文本中包含一个新行:

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

于 2009-12-14T02:02:53.200 回答
0

您应该能够通过阅读这篇文章来了解如何获得具有不同字体大小和颜色的多行 - http://www.rebol.com/how-to/subpanels.html

于 2009-12-24T01:24:21.870 回答