gdImageChar      3560 ext/gd/gd.c    			gdImageChar(im, font, x, y, ch, col);
gdImageChar      3567 ext/gd/gd.c    				gdImageChar(im, font, x, y, (int) ((unsigned char) str[i]), col);
gdImageChar      1600 ext/gd/libgd/gd.c 		gdImageChar(im, f, x, y, s[i], color);
gdImageChar      1624 ext/gd/libgd/gd.c 		gdImageChar(im, f, x, y, s[i], color);
gdImageChar       436 ext/gd/libgd/gd.h void gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);