Searched defs:gdFontPtr (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd.h | 300 typedef gdFont *gdFontPtr; typedef 436 void gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color); 437 void gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color); 438 void gdImageString(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color); 439 void gdImageStringUp(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color); 440 void gdImageString16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color); 441 void gdImageStringUp16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color);
|
Completed in 5 milliseconds