79838554

Date: 2025-12-05 05:27:34
Score: 2
Natty:
Report link

Ah. this one really worked for

import 'assets/fonts/PTSans-normal.js';

import jsPDF from 'jspdf';

const doc = new jsPDF();

doc.setFont('PTSans'); // set custom font

doc.setFontSize(12); // you can change size

doc.text('Hello', x, y) // and you can write your text

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ABDUL RAFEH