Copy link to clipboard
Copied
Hello everybody,
I am developing a custom plugin for adobe xd. It's a discovery for me. I'm creating a Text() object and would like to give it an "align = center" attribute. Is it possible ? I can't find it in the API.
my code:
const txtPage = new Text();
txtPage.text = "PAGE";
txtPage.styleRanges = [{
length: txtPage.text.length,
fontFamily: "Montserrat",
fontStyle: "Bold",
fill: new Color("#2699FB"),
fontSize: 24
}];
Thanks in advance 🙂
Copy link to clipboard
Copied
Hi landiiv,
Thankyou for reaching out and sorry for the delay in response. Could you please check if this works https://www.adobe.io/xd/uxp/develop/reference/Text/#textalign?
We are here to help.
Thanks,
Harshika
Copy link to clipboard
Copied
Thank you @HARSHIKA_VERMA 🙂
I had tried this before, maybe I did it wrong. I will try again as soon as possible.
Thank you and happy holidays!
Copy link to clipboard
Copied
Great. Please let us know if you need further assistance.
We would be happy to help.
Thanks,
Harshika