I'm using Libre Barcode 128 from Google Fonts to generate barcodes on a webpage. If I wanted to encode a string so that it was properly displayed with this font, how would I do that?
For example, I know that code128 barcodes need a checksum of some kind, and start/stop characters. However, the Libre Barcode project has no documentation about how this is calculated, nor how their characters map to glyphs.
Barcodes generated using the font alone will not scan. What steps are necessary to implement Code 128 barcode generation using Libre Barcode Fonts?