heavysixer / node-pptx

Generate PPTX files on the server-side with JavaScript.
MIT License
161 stars 46 forks source link

Auto scale text fix #38

Closed gregdolley closed 5 years ago

gregdolley commented 5 years ago

Now the "auto-shrink text to fit shape" feature calculates the font reduction percentage based on font type, font size, text content, and shape size. Before it was hard-coded to 70%.