graphicore / librebarcode

Libre Barcode: barcode fonts for various barcode standards.
https://graphicore.github.io/librebarcode
SIL Open Font License 1.1
427 stars 25 forks source link

barcode text #67

Open Paologex opened 3 weeks ago

Paologex commented 3 weeks ago

Hello, I am not sure it is me or a feature. But I send via code the string "Í48=XwÎ" that is correctly shown in a barcode 128. But the displayed text below it is "Í48=XwÎ" and not the original string as 202410291056 is this s correct behaviour? thanks

Paolo

graphicore commented 3 weeks ago

Hi @Paologex,

I'm sorry it's hard for me to answer with so little information about what you actually did (software, setup ...). If you test in the docs in the code 128 encoder, this is what you should get:

Screenshot From 2024-10-31 10-25-12

The encoded text would go into a <span> element or table cell etc. whatever is displaying its content with the code 128 font, e.g. in html:

<span style="font-family: 'Libre Barcode 128 Text';">Í48*=*XwÎ</span>