gdImageChar      3670 gd/gd.c        			gdImageChar(im, font, x, y, ch, col);
gdImageChar      3677 gd/gd.c        				gdImageChar(im, font, x, y, (int) ((unsigned char) str[i]), col);
gdImageChar      1596 gd/libgd/gd.c  		gdImageChar(im, f, x, y, s[i], color);
gdImageChar      1620 gd/libgd/gd.c  		gdImageChar(im, f, x, y, s[i], color);
gdImageChar       317 gd/libgd/gd.h  void gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color);