how to set underline font style in jspdf? I have used setFontStyle method to set it, but it is not working. If anyone know can you please help me
Thank you for submitting an issue to jsPDF. Please read carefully.
Are you using the latest version of jsPDF?
Have you tried using jspdf.debug.js?
Steps to reproduce
Ideally a link too. Try fork this http://jsbin.com/rilace/edit?html,js,output
What I saw
What I expected
It needs the annotations for underline. Dont know if they are implemented yet.
Still no support for underline?
Hi is it available now?
https://github.com/psFrankenstein/jsProblem.git i hope it will solve your problem
This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.
https://github.com/psFrankenstein/jsProblem.git i hope it will solve your problem
Your solution does work. However, can you explain what you s1Wordount is in your code? And what are these calculations doing? What's 190?
s1Wordount = 190 - (x - 5);
s1Wordount = 191 - (x - 5);
s1Wordount = 190 - (x - 8);
str1height = y + ((3.2) * Str1WidthCount);