1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00

New symbology: DPD Code (variation of Code 128)

This commit is contained in:
Robin Stuart
2020-08-03 12:13:05 +01:00
parent 42e866c889
commit 13f4a3547d
6 changed files with 129 additions and 32 deletions

View File

@@ -46,6 +46,8 @@ extern "C" {
#define LATCHC 95
#define AORB 96
#define ABORC 97
#define KRSET "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
INTERNAL int parunmodd(const unsigned char llyth);
INTERNAL void dxsmooth(int list[2][C128_MAX], int *indexliste);