Tagliatti / NetBarcode

Barcode generation library written in C# and .NET Standard 2
MIT License
337 stars 68 forks source link

Only evaluate installed fonts if showLabel is true. Added tests. #31

Closed greg84 closed 2 years ago

greg84 commented 2 years ago

Prevents crash when no fonts are installed even if showLabel is false. Improved exception message when font not specified and no fonts installed. Closes #30 Added test project with a couple of simple tests. Let me know what you think.