boombuler / barcode

a barcode creation lib for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supporting barcode text underneath code 128

huttotw opened this issue · comments

Normally, code 128 barcodes have the barcode text underneath them.

barcode

Is there any plan to support this? If so, at a high level what is involved?

I may purpose a solution similar to scaledBarcode, but writtenBarcode, that places the encoded text below the barcode, but in the image.

Due to the complex topic of font rendering I will not include it to this lib but you should be able to get it working with the sample code from the wiki.

Let me know if you need further help

@boombuler thank you, that was exactly what I needed.