buntine / barcoders

A barcode encoding library for the Rust programming language
Apache License 2.0
164 stars 24 forks source link

Can I set subscript text #35

Open mqc0823 opened 4 months ago

mqc0823 commented 4 months ago

I want to display the barcode text content below the barcode

AtomicGamer9523 commented 3 months ago

You will need to do that post-generation. For generating rastered images (jpg / png), you will need to use the APIs image provides For SVGs you can just add a text attribute, also very simple