dolanmiu / docx

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
https://docx.js.org/
MIT License
4.21k stars 477 forks source link

Use fitText In TextRun #2597

Open caiotarifa opened 7 months ago

caiotarifa commented 7 months ago

I noticed that it isn't possible to use the fitText property with TextRun. I believe it would be interesting to add this possibility.

<fitText w:id="50" w:val="1440" />

Reference: ECMA-376, 3rd Edition (June, 2011), Fundamentals and Markup Language Reference § 17.3.2.14.

izmaelmag commented 6 months ago

Facing the same problem