-
Some characters move the text box
Hi, I have a problem with a text box, which has an expression so that the anchor point is always left in the middle, regardless of whether the box changed the font size.
The problem appears when I type a comma or a question mark.
changes the baseline of my text.The problem appears when I type a comma or a question mark.
changes the baseline of my text.
How do I fix this? with expressions?layerBound=thisLayer.sourceRectAtTime(time);
T=layerBound.top;
L=layerBound.left;
W=layerBound.width;
H=layerBound.height;
[L,T+H/2]
I need help to fix this. THANK YOU SO MUCH