manuelbl / SwissQRBill.NET

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

Fix PNG rendering on macOS and Linux #39

Closed 0xced closed 2 years ago

0xced commented 2 years ago

System.Drawing.Common uses libgdiplus on macOS and Linux and does not properly render text when using GraphicsUnit.Point. Using GraphicsUnit.Pixel and manually scaling the font size works on all platforms.

0xced commented 2 years ago

This pull requests brings 100% tests passing on all platforms! 🥳