Tagliatti / NetBarcode

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

New Property: LabelFont #3

Closed Grauenwolf closed 6 years ago

Grauenwolf commented 6 years ago

Expose the LabelFont as a property so that it can be changed as necessary. For example, when generating larger than normal barcodes we'll want to also have a larger than normal font to match.

Grauenwolf commented 6 years ago

Actually, it looks like most if not all of the properties could be exposed as properties. This would greatly reduce the number of constructors needed. (Though I wouldn't actually remove any of them to avoid breaking changes.)