From the manual:
Code: Select all
[border=color,size]:
Adds a border effect to the text. This border will use the color specified in color and the size specified in size.
The color can be a RGB or ARGB color specification. Border transparency is fully supported. Use [/border] to cancel border style.
Note that when palette mode is set to #PALETTEMODE_PEN and the text is drawn to a palette target, the color argument must
not be an RGB color but a palette pen. Before Hollywood 9.0, this tag was known as 'edge'.
Simple test:
Code: Select all
TextOut(10, 10, "[border=$ffffff,1]TEST[/border]")