huysentruitw / barcoder

Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font too big when using IncludeEanContentAsText=true

daze99 opened this issue · comments

commented

I render an EAN13 code with the following options:

IncludeEanContentAsText = true
PixelSize = 3
BarHeightFor1DBarcode  =10

The font does not scale down

image