-
Adding a Superscripted * at end of source text. Center aligned text.
Hi,
I’ve been trying to add a superscripted * at the end of a sentence by using this expression:
x=thisComp.layer(“SText”).sourceRectAtTime(time,true).width + thisComp.layer(“SText”).transform.position[0] + effect(“x Offset”)(“Slider”);
y=thisComp.layer(“SText”).sourceRectAtTime(time,true).height + thisComp.layer(“SText”).transform.position[1] + effect(“y Offset”)(“Slider”);
[x,y];
It works well for left justified text, but I need to have my text center aligned. Whats the best way to center the type with the added *?
Please let me know!
Thanks