sprain / php-swiss-qr-bill

A PHP library to create Swiss QR bills | QR-Rechnung in PHP erstellen
MIT License
282 stars 82 forks source link

Feature proposals: Add some visual options #212

Closed rgendroz closed 2 weeks ago

rgendroz commented 1 year ago

It would be nice to have some visual options to custom and improve the visual rendering of the QR, per example:

I implemented these options (except font) with the fpdf library to replace the default line and text, but It would be great to update master branch with such options, and allowed to change the default font without causing updates problems. It would be with pleasure if I modestly could contribute to these improvements, don't hesitate to contact me.

image

With regards, Raoul

sprain commented 1 year ago

Pull requests for such features would be accepted, if anybody wants to provide them. It could be a good idea to discuss the approach first before spending too much time in implementation.