Searched refs:fontname (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 3816 char *str = NULL, *fontname = NULL; local 3824 } else if (zend_parse_parameters(argc TSRMLS_CC, "ddss|a", &ptsize, &angle, &fontname, &fontname_len, &str, &str_len, &EXT) == FAILURE) { 3830 } else if (zend_parse_parameters(argc TSRMLS_CC, "rddlllss|a", &IM, &ptsize, &angle, &x, &y, &col, &fontname, &fontname_len, &str, &str_len, &EXT) == FAILURE) { 3870 if (!VCWD_REALPATH(fontname, tmp_font_path)) { 3871 fontname = NULL; 3876 PHP_GD_CHECK_OPEN_BASEDIR(fontname, "Invalid font filename"); 3880 error = gdImageStringFTEx(im, brect, col, fontname, ptsize, angle, x, y, str, &strex); 3883 error = gdImageStringFT(im, brect, col, fontname, ptsize, angle, x, y, str);
|
Completed in 10 milliseconds