How to Use Custom Fonts (such as Thai) with jsPDF

By default, jsPDF supports 14 standards as follows: suppose you want a default font. You can use setFont() method. Otherwise, use another font such as Thai font (Kanit Regular). reader can follow the steps in my blog How to Use Custom Fonts (such as Thai) with jsPDF NOTE: You DO NOT need to enter the name, font style, or Module format. This will fill in automatically when you select your .ttf font file. Reference