manuelbl / SwissQRBill.NET

.NET library for Swiss QR bill payment slips (aka QR-Rechnung)
MIT License
88 stars 33 forks source link

Fontsize Amount #13

Closed bhuko closed 4 years ago

bhuko commented 4 years ago

I guess the font size of Amount should be same as other text, or? BillLayout.cs about line 177 graphics.PutText(_amount, currencyWidthPp, y, _labelFontSize, false); -> _textFontSize

Did some testing with with the library ... makes to me a very good impression ... everything works as expected so far ... I learned quite few things about good coding und pdf generation.. Thank you very much

manuelbl commented 4 years ago

Thanks for pointing this out. This indeed looks like a bug. I'll fix it soon.

manuelbl commented 4 years ago

It has been fixed in release 2.3.1.