SwissQRBill
SwissQRBill copied to clipboard
How to set qrbill payslip font to arial
I change the pdf canvas file PDF_FONT="arial" and also format.setFontFamily("arial") but helvetica fault is displaying
The PDFCanvas class only supports Helvatica font. If you want to use another font, you would need to extend it. In particular, you'd need to implement font embedding. Font embedding is required for all fonts except the standard 14, which includes Helvetica.