mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-04 16:54:02 -04:00
Update developer info
This commit is contained in:
parent
65ce7ecc82
commit
cc69851da7
3 changed files with 7 additions and 11 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue