- May 24, 2020
- 160
- 79
Hey everyone,
Can someone tell me, what the right syntax for outlines in show text is?
According to the documentation
outlines [ (absolute(1), "#000", absolute(0), absolute(0)) ]
But I don't know, how to apply it in the show text command.
I want to show a text in the middle of the screen, which works nicely, but I would prefer it , if the text shown in the middle has an outline.
My approach so far is just plain bad and doesn't work:
So it would be much appreciated, if anyone knows, how to add a outline for this part only.
I know, how to add an outline everywhere, but I only need the outline this once.
Thanks in advance.
Can someone tell me, what the right syntax for outlines in show text is?
According to the documentation
You must be registered to see the links
it's:outlines [ (absolute(1), "#000", absolute(0), absolute(0)) ]
But I don't know, how to apply it in the show text command.
I want to show a text in the middle of the screen, which works nicely, but I would prefer it , if the text shown in the middle has an outline.
My approach so far is just plain bad and doesn't work:
Python:
show text "{size=+30}THIS TEXT SHALL APPEAR IN THE MIDDLE OF THE SCREEN{/size}":
outlines[(absolute(1), "#000", absolute(0), absolute(0))]
Dissolve(1.2)
I know, how to add an outline everywhere, but I only need the outline this once.
Thanks in advance.