mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Update developer info
This commit is contained in:
parent
65ce7ecc82
commit
cc69851da7
9
README
9
README
@ -69,12 +69,15 @@ The home of libzint is:
|
||||
|
||||
<http://www.sourceforge.net/projects/zint>
|
||||
|
||||
For feature requests or bug reports please join the mailing list at
|
||||
For feature requests or bug reports please either join the mailing list at
|
||||
|
||||
<https://lists.sourceforge.net/lists/listinfo/zint-barcode>
|
||||
|
||||
BEFORE POSTING TO THIS LIST
|
||||
---------------------------
|
||||
or add a ticket on the project's SourceForge.
|
||||
|
||||
|
||||
BEFORE POSTING TO THE LIST
|
||||
--------------------------
|
||||
Please note the following points...
|
||||
* You do not need to join the list to post messages, although joining
|
||||
the list will usually mean your request is answered more promptly.
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user