manuelbl / SwissQRBill

Java library for Swiss QR bill payment slips (aka QR-Rechnung)
https://www.codecrete.net/qrbill
MIT License
153 stars 36 forks source link

How to set qrbill payslip font to arial #70

Closed Surya-0173 closed 1 year ago

Surya-0173 commented 2 years ago

I change the pdf canvas file PDF_FONT="arial" and also format.setFontFamily("arial") but helvetica fault is displaying

manuelbl commented 2 years ago

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.