huysentruitw / barcoder

Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.
MIT License
157 stars 37 forks source link

Add 1D barcode height and EAN font family for SVG renderer #47

Closed MrOzean closed 3 weeks ago

MrOzean commented 2 months ago

Result

EAN8 EAN13 CODE128
15px no text EAN 9031101 - 15px - Times New Roman font - incl text False EAN 978020137962 - 15px - Arial font - incl text False CODE 128 9031101 - 15px
50 px no text EAN 9031101 - 50px - Arial font - incl text False EAN 978020137962 - 50px - Arial font - incl text False CODE 128 9031101 - 50px
15px Arial EAN 9031101 - 15px - Arial font - incl text True EAN 978020137962 - 15px - Arial font - incl text True nbsp;
50px Times New Roman EAN 9031101 - 50px - Times New Roman font - incl text True EAN 978020137962 - 50px - Times New Roman font - incl text True
huysentruitw commented 3 weeks ago

Thanks for this contribution!