/imagick/tests/ |
H A D | 034_Imagick_annotateImage_basic.phpt | 27 …$text = "Imagick is a native php \nextension to create and \nmodify images using the\nImageMagick … 31 $imagick->annotateimage($draw, 40, 40, 0, $text);
|
H A D | 052_Imagick_distortImage_Arc.phpt | 13 //Make some text arc around the center of it's image
|
H A D | functions.inc | 66 * to draw any text fails as the ImageMagick default font is null.
|
H A D | OFL.txt | 60 included either as stand-alone text files, human-readable headers or 61 in the appropriate machine-readable metadata fields within text or
|
/imagick/ |
H A D | php_imagick_helpers.h | 37 MagickBooleanType php_imagick_progress_monitor(const char *text, const MagickOffsetType offset, con… 41 MagickBooleanType php_imagick_progress_monitor_callable(const char *text, const MagickOffsetType of…
|
H A D | imagick_helpers.c | 26 MagickBooleanType php_imagick_progress_monitor(const char *text, const MagickOffsetType offset, con… in php_imagick_progress_monitor() argument 45 fprintf(fp, "text: %s, offset: %lld, span: %lld\n", text, offset, span); in php_imagick_progress_monitor() 66 MagickBooleanType php_imagick_progress_monitor_callable(const char *text, const MagickOffsetType of… in php_imagick_progress_monitor_callable() argument 86 (void)text; in php_imagick_progress_monitor_callable()
|
H A D | ImagickDraw.stub.php | 44 public function annotation(float $x, float $y, string $text): bool {} argument
|
H A D | Imagick.stub.php | 556 string $text argument 713 …public function queryFontMetrics(ImagickDraw $settings, string $text, ?bool $multiline = null): ar… argument
|
H A D | imagickdraw_class.c | 996 unsigned char *text; in PHP_METHOD() local 1003 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dds", &x, &y, &text, &text_len) == FAILURE) { in PHP_METHOD() 1018 DrawAnnotation(internd->drawing_wand, x, y, text); in PHP_METHOD()
|
H A D | ImagickDraw_arginfo.h | 232 ZEND_ARG_TYPE_INFO(0, text, IS_STRING, 0) 234 ZEND_ARG_INFO(0, text)
|
H A D | imagick_class.c | 3455 char *text; in PHP_METHOD() local 3463 …s(ZEND_NUM_ARGS() TSRMLS_CC, "Os|z!", &objvar, php_imagickdraw_sc_entry, &text, &text_len, &multil… in PHP_METHOD() 3469 if (strchr (text, '\n') != NULL) { in PHP_METHOD() 3513 metrics = MagickQueryMultilineFontMetrics(intern->magick_wand, internd->drawing_wand, text); in PHP_METHOD() 3515 metrics = MagickQueryFontMetrics(intern->magick_wand, internd->drawing_wand, text); in PHP_METHOD() 10139 char *text; local 10146 …) TSRMLS_CC, "Oddds", &objvar, php_imagickdraw_sc_entry, &x, &y, &angle, &text, &text_len) == FAIL… 10166 status = MagickAnnotateImage(intern->magick_wand, internd->drawing_wand, x, y, angle, text);
|
H A D | Imagick_arginfo.h | 2278 ZEND_ARG_TYPE_INFO(0, text, IS_STRING, 0) 2280 ZEND_ARG_INFO(0, text) 3122 ZEND_ARG_TYPE_INFO(0, text, IS_STRING, 0) 3124 ZEND_ARG_INFO(0, text)
|
H A D | ChangeLog | 699 + Fixed Imagick::queryFontMetrics to autodetect multiline text if multiline argument is not passed … 805 - added a new example called transparent_1x1.html and some explanatory text.
|