mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-22 19:36:05 +00:00
Update developer info
This commit is contained in:
@@ -62,13 +62,6 @@ composite.c:
|
||||
dm200.c:
|
||||
Data Matrix ECC 200
|
||||
|
||||
dmatrix.c:
|
||||
Data Matrix ECC 000
|
||||
Data Matrix ECC 050
|
||||
Data Matrix ECC 080
|
||||
Data Matrix ECC 100
|
||||
Data Matrix ECC 140
|
||||
|
||||
gridmtx.c:
|
||||
Grid Matrix
|
||||
|
||||
|
||||
@@ -564,7 +564,7 @@ void draw_letter(char *pixelbuf, unsigned char letter, int xposn, int yposn, int
|
||||
|
||||
if (skip == 0) {
|
||||
if (letter > 128) {
|
||||
glyph_no = letter - 65;
|
||||
glyph_no = letter - 66;
|
||||
} else {
|
||||
glyph_no = letter - 33;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user