BC412: height calc, table typo fix, tests, manual

This commit is contained in:
gitlost 2022-07-21 12:29:53 +01:00
parent 4e2c467718
commit 2a55f15135
20 changed files with 501 additions and 376 deletions

View file

@ -72,7 +72,7 @@ static const struct bstyle_item bstyle_items[] = {
{ QSL("Australia Post Standard Customer"), BARCODE_AUSPOST },
{ QSL("Aztec Code (ISO 24778) (and HIBC)"), BARCODE_AZTEC },
{ QSL("Aztec Runes (ISO 24778)"), BARCODE_AZRUNE },
{ QSL("BC412 (SEMI TI-95)"), BARCODE_BC412 },
{ QSL("BC412 (SEMI T1-95)"), BARCODE_BC412 },
{ QSL("Channel Code"), BARCODE_CHANNEL },
{ QSL("Codabar (EN 798)"), BARCODE_CODABAR },
{ QSL("Codablock-F (and HIBC)"), BARCODE_CODABLOCKF },