Is it possible to set the letter spacing. I saw that pdfkit has characterSpacing property, but I can't find a way to set it in pdfmake.
Thank you.
Is there currently a way to add letter spacing? I really need that feature now...
me to!!
Implemented by commit https://github.com/bpampuch/pdfmake/commit/86f34d35c2e15db8a1c17a7a7dd3fb810be22558.
this commit(86f34d3) is not merged to the newest version (v0.1.27)
when will the characterSpacing feature be merged into the npm package?
Its not in the docs but the feature is in the latest version. Its takes negative values too.
characterSpacing: -0.5,
Most helpful comment
this commit(86f34d3) is not merged to the newest version (v0.1.27)
when will the characterSpacing feature be merged into the npm package?