Tagliatti / NetBarcode

Barcode generation library written in C# and .NET Standard 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Property: LabelFont

Grauenwolf opened this issue · comments

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.

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.)