No feature for a richtext formatting? e.g. Bold letters in a sentence with doc.text()?
See original GitHub issueAre you using the latest version of jsPDF?
- YES
Have you tried using jspdf.debug.js?
- Nope
Steps to reproduce
This DEMO will explain it.
What I saw
Just a simple text sentence produced by doc.text();
Can i make this words “BOLD!? BOLD!? BOLD!?”
What I expected
Can i make this words “BOLD!? BOLD!? BOLD!?”
Issue Analytics
- State:
- Created 6 years ago
- Comments:8
Top Results From Across the Web
No feature for a richtext formatting? e.g. Bold letters in ... - GitHub
This DEMO will explain it. What I saw. Just a simple text sentence produced by doc.text();. Can i make this words "BOLD!? BOLD!?...
Read more >Enable or disable full rich-text formatting in a rich text box
Right-click the rich text box for which you want to enable or disable full rich-text formatting, and then click Rich Text Box Properties...
Read more >Editing and styling text | Apps Script - Google Developers
You can edit and style text using text ranges, which are represented by the TextRange type. A TextRange represents a segment of text...
Read more >How do I add rich text formatting (i.e. bold, italics, subscripts ...
Add rich text formatting by using the 'Emoji & Symbols' feature on a Mac or the 'Character Map' on a PC. Go to...
Read more >1. RTF Tutorial - RTF Pocket Guide [Book] - O'Reilly
This book is a convenient reference for Rich Text Format (RTF). It covers the essentials of RTF, especially the parts that you need...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well. I thought about implementing an BBCode parser or something like that to extend the text-Method. But right now I wait that my Pullrequests get merged or rejected to clean my fork afterwards to implement new stuff.
Duplicate of #1214