gitbrent / PptxGenJS

Create PowerPoint presentations with a powerful, concise JavaScript API.
https://gitbrent.github.io/PptxGenJS/
MIT License
2.94k stars 639 forks source link

[FEATURE] How can I center a text element both vertically and horizontally? #1340

Open cutemurphy2022 opened 3 months ago

cutemurphy2022 commented 3 months ago

How can I center a text element both vertically and horizontally? I know that I can set the width of the text to 50%, but I don't want to fix the width of the text. I want to dynamically calculate the width of the text and then offset the text to the left by half the width of the text. I'm not sure if pptxgenjs supports this?