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