How to center the text in EditText and StaticText
I am writing a jsx script.
When I dynamically rewrite StaticText, the text is aligned to the left.
I believe this is because the alignment of the text in StaticText is left-aligned (like Paragraph in the text layer).
The same is true in EditText. The text is drawn left-aligned to the bounding box.
Is there any way to center this?
