SwissQRBill icon indicating copy to clipboard operation
SwissQRBill copied to clipboard

Can i increse of height of horizonal cutting dotted line

Open Surya-0173 opened this issue 1 year ago • 1 comments

I need only horizontal cutting line to increse some mm. Is this possible. How to increse if yes.

Surya-0173 avatar Jul 27 '22 12:07 Surya-0173

The location of the separator lines a given by the QR bill standard. This library will always draw them in the same location.

If you want them to be in a location outside the standard, you can turn them off, and then somehow draw them yourself. To turn them off:

bill.getFormat().setSeparatorType(SeparatorType.NONE);

manuelbl avatar Jul 27 '22 18:07 manuelbl