when i change the content of a pathed text layer, the whole text moves like 50px to the bottom.
After this code, the whole layer moves:
Code: Select all
layer.textItem.contents = text;
- I also tried to store the original position and reapply it after the change, but nothing happens, maybe i did it wrong.
- PS2022
Any ideas what is happening here?
Best Regards
Chris