Question
Description
In the documentation there is sample for setting up font for forms:
doc.font('Courier');
doc.formText('myfield', 10, 10, 200, 20);
But how should I set the font size? Now text height depends on field area size, and changes with value length. I tried to type
but no luck.
Your environment
- pdfkit version: 0.11.0
- Node version: 12.14.0
- Browser version (if applicable): FF 72.0.2
- Operating System: Windows 10