Home
last modified time | relevance | path

Searched refs:font (Results 1 – 25 of 26) sorted by relevance

12

/PHP-5.3/ext/filter/tests/
H A D026.phpt8 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
12 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
16 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
/PHP-5.3/ext/gd/tests/
H A Dimageloadfont_invalid.phpt10 $filename = dirname(__FILE__) . '/font.gdf';
17 $font = imageloadfont($filename);
19 imagestring($image, $font, 0, 0, "Hello", $black);
26 Warning: imageloadfont(): Error reading font, invalid font header in %simageloadfont_invalid.php on…
H A Dbug48555.phpt11 $font = "$cwd/Tuffy.ttf";
12 $box = ImageFTBBox(14, 0, $font, "Text without line-break");
15 $box = ImageFTBBox(14, 0, $font, "Text with\nline-break\none more");
H A Dimageloadfont_error2.phpt11 var_dump( imageloadfont('\src\invalidfile.font') );
14 Warning: imageloadfont(\src\invalidfile.font): failed to open stream: No such file or directory in …
H A Dbug48801_1.phpt14 $font = "$cwd/Tuffy.ttf";
15 $bbox = imageftbbox(50, 0, $font, "image");
H A Dbug48801.phpt14 $font = "$cwd/Tuffy.ttf";
15 $bbox = imageftbbox(50, 0, $font, "image");
H A Dbug48732.phpt11 $font = "$cwd/Tuffy.ttf";
15 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
H A Dbug49600.phpt12 $font = "$cwd/Tuffy.ttf";
17 $x = imagettftext($image, 32, 0, 0, 0, $color, $font, $c);
H A Dbug43073.phpt14 $font = "$cwd/Tuffy.ttf";
24 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
H A Dbug43073_1.phpt14 $font = "$cwd/Tuffy.ttf";
24 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
H A Dimagechar_error7.phpt13 $result = imagechar($image, 1, 5, 5, 'C', 'font');
H A Dimagecharup_error7.phpt13 $result = imagecharup($image, 1, 5, 5, 'C', 'font');
H A Dimagestring_error7.phpt13 $result = imagestring($image, 1, 5, 5, 'String', 'font');
H A Dimagestringup_error7.phpt13 $result = imagestringup($image, 1, 5, 5, 'String', 'font');
/PHP-5.3/ext/phar/tests/zip/
H A Dbug48791.phpt14font-face-decls><style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol"/><style:font
/PHP-5.3/ext/session/tests/
H A Dbug36459.phpt25 style="font: normal 11pt Times New Roman">incorrect link</a><br />
27 …<a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2" style="font: normal 11pt Times New Rom…
38 style="font: normal 11pt Times New Roman">incorrect link</a><br />
40 …<a href="/b2w/www/ru/adm/pages/?action=prev&rec_id=8&pid=2&sid=%s" style="font: normal 11pt Times …
/PHP-5.3/ext/gd/
H A Dgd.c1506 efree(font); in PHP_FUNCTION()
1520 body_size = font->w * font->h * font->nchars; in PHP_FUNCTION()
1522 font->w = FLIPWORD(font->w); in PHP_FUNCTION()
1523 font->h = FLIPWORD(font->h); in PHP_FUNCTION()
1524 font->nchars = FLIPWORD(font->nchars); in PHP_FUNCTION()
1525 body_size = font->w * font->h * font->nchars; in PHP_FUNCTION()
1528 if (overflow2(font->nchars, font->h)) { in PHP_FUNCTION()
1534 if (overflow2(font->nchars * font->h, font->w )) { in PHP_FUNCTION()
3528 return font; in php_find_gd_font()
3546 RETURN_LONG(arg ? font->h : font->w); in php_imagefontsize()
[all …]
H A Dconfig.m440 PHP_ARG_ENABLE(gd-jis-conv, whether to enable JIS-mapped Japanese font support in GD,
41 [ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support], no, no)
/PHP-5.3/ext/gd/libgd/
H A Dgdft.c789 font_t *font; local
832 font = (font_t *) gdCacheGet (fontCache, &fontkey);
833 if (!font) {
838 face = font->face; /* shortcut */
885 if (font->have_char_map_unicode) {
890 if (font->have_char_map_sjis) {
912 if (font->have_char_map_sjis) {
956 if (font->face->family_name && font->face->charmap->encoding &&
957font->face->charmap->encoding == FT_ENCODING_MS_SYMBOL && strcmp(font->face->family_name, "Symbol"…
973 if (font->have_char_map_unicode) {
[all …]
/PHP-5.3/ext/tidy/tests/
H A D016.phpt18 p.c1 {font-weight: bold}
/PHP-5.3/
H A DREADME.EXT_SKEL131 bool my_drawtext(resource image, string text, resource font, int x, int y [, int color])
137 /* {{{ proto bool my_drawtext(resource image, string text, resource font, int x, int y [, int color…
150 zval *font = NULL;
152 …if (zend_parse_parameters(argc TSRMLS_CC, "rsrll|l", &image, &text, &text_len, &font, &x, &y, &col…
158 if (font) {
159 ZEND_FETCH_RESOURCE(???, ???, font, font_id, "???", ???_rsrc_id);
/PHP-5.3/ext/exif/
H A Dtest.txt160 font-size: 12pt;
163 font-size: 20pt;
164 font-weight:bold;
167 font-size: 16pt;
168 font-weight:bold;
/PHP-5.3/ext/sockets/tests/
H A Dsocket_strerror.phpt84 string(20) "Bad font file format"
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic21 # RISC OS new format font files
23 0 string FONT\0 RISC OS outline font data,
25 0 string FONT\1 RISC OS 1bpp font data,
27 0 string FONT\4 RISC OS 4bpp font data
288 0 beshort 0x0f00 AmigaOS bitmap font
5145 >4 lelong 0x10000039 font file
6848 0 string flf FIGlet font
6866 0 string PFR1 PFR1 font
6871 !:mime application/x-font-ttf
6887 0 string OTTO OpenType font data
[all …]
/PHP-5.3/ext/mbstring/
H A DREADME_PHP3-i18n-ja756 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf",
761 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf","���ܸ�");

Completed in 80 milliseconds

12