Home
last modified time | relevance | path

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

12

/dports/graphics/pecl-imagick-im7/imagick-3.5.1/tests/
H A D015-imagickdrawsetresolution.phpt19 $small = $im->queryFontMetrics($draw, "Hello World");
22 $large = $im->queryFontMetrics($draw, "Hello World");
29 $oneLine = $im->queryFontMetrics($draw, "Hello Hello");
30 $forceOneLine = $im->queryFontMetrics($draw, "Hello \nHello", false);
33 $forceMultiLine = $im->queryFontMetrics($draw, "Hello \nHello", true);
34 $guessLine = $im->queryFontMetrics($draw, "Hello\nHello");
/dports/graphics/pecl-imagick/imagick-3.5.1/tests/
H A D015-imagickdrawsetresolution.phpt19 $small = $im->queryFontMetrics($draw, "Hello World");
22 $large = $im->queryFontMetrics($draw, "Hello World");
29 $oneLine = $im->queryFontMetrics($draw, "Hello Hello");
30 $forceOneLine = $im->queryFontMetrics($draw, "Hello \nHello", false);
33 $forceMultiLine = $im->queryFontMetrics($draw, "Hello \nHello", true);
34 $guessLine = $im->queryFontMetrics($draw, "Hello\nHello");
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/Imagick/
H A DFont.php67 $dimensions = $image->getCore()->queryFontMetrics($draw, $this->text);
73 $dimensions = $image->getCore()->queryFontMetrics($draw, $this->text, false);
108 $dimensions = (new \Imagick())->queryFontMetrics($draw, $this->text);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Imagine/Imagick/
H A DFont.php62 $info = $this->imagick->queryFontMetrics($text, $string);
H A DDrawer.php332 $info = $this->imagick->queryFontMetrics($text, $string);
394 $testbox = $this->imagick->queryFontMetrics($text, $teststring, true);
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Imagine/Imagick/
H A DFont.php62 $info = $this->imagick->queryFontMetrics($text, $string);
H A DDrawer.php332 $info = $this->imagick->queryFontMetrics($text, $string);
394 $testbox = $this->imagick->queryFontMetrics($text, $teststring, true);
/dports/www/elgg/elgg-3.3.23/vendor/imagine/imagine/lib/Imagine/Imagick/
H A DFont.php62 $info = $this->imagick->queryFontMetrics($text, $string);
H A DDrawer.php332 $info = $this->imagick->queryFontMetrics($text, $string);
394 $testbox = $this->imagick->queryFontMetrics($text, $teststring, true);
/dports/www/limesurvey/limesurvey/framework/web/widgets/captcha/
H A DCCaptchaAction.php309 $fontMetrics=$image->queryFontMetrics($draw,$code);
324 $fontMetrics=$image->queryFontMetrics($draw,$code[$i]);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/PrintBuffers/
H A DImagePrintBuffer.php88 $metrics = $image -> queryFontMetrics($draw, $text);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/mike42/escpos-php/src/Mike42/Escpos/PrintBuffers/
H A DImagePrintBuffer.php88 $metrics = $image -> queryFontMetrics($draw, $text);
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dlib-Imagick.php620 $metrics = $temp->queryFontMetrics($font, "The quick brown fox jumps over the lazy dog");
634 $metrics = $temp->queryFontMetrics($font, "The quick brown fox jumps over the lazy dog");
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/
H A DChangeLog678 + Fixes a possible crash in queryFontMetrics
711 + Fixed Imagick::queryFontMetrics to autodetect multiline text if multiline argument is not passed …
722 - Imagick::queryFontMetrics()
H A DImagick.stub.php713 …public function queryFontMetrics(ImagickDraw $settings, string $text, ?bool $multiline = null): ar… function in Imagick
H A DImagick_arginfo.h5619 ZEND_METHOD(Imagick, queryFontMetrics);
6297 ZEND_ME(Imagick, queryFontMetrics, arginfo_class_Imagick_queryFontMetrics, ZEND_ACC_PUBLIC)
H A Dimagick_class.c3449 PHP_METHOD(Imagick, queryFontMetrics) in PHP_METHOD() argument
/dports/graphics/pecl-imagick/imagick-3.5.1/
H A DChangeLog678 + Fixes a possible crash in queryFontMetrics
711 + Fixed Imagick::queryFontMetrics to autodetect multiline text if multiline argument is not passed …
722 - Imagick::queryFontMetrics()
H A DImagick.stub.php713 …public function queryFontMetrics(ImagickDraw $settings, string $text, ?bool $multiline = null): ar… function in Imagick
H A DImagick_arginfo.h5619 ZEND_METHOD(Imagick, queryFontMetrics);
6297 ZEND_ME(Imagick, queryFontMetrics, arginfo_class_Imagick_queryFontMetrics, ZEND_ACC_PUBLIC)
H A Dimagick_class.c3449 PHP_METHOD(Imagick, queryFontMetrics) in PHP_METHOD() argument
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/
H A Dphpfunctions.php74819 function queryFontMetrics($properties, $text, $multiline){} function in Imagick
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/
H A Dphpfunctions.php74819 function queryFontMetrics($properties, $text, $multiline){} function in Imagick
/dports/devel/kdev-php/kdev-php-21.12.3/
H A Dphpfunctions.php110343 function queryFontMetrics($properties, $text, $multiline){} function in HRTime\\Imagick
/dports/devel/geany-legacy/geany-1.37.1/data/tags/
H A Dstd.php.tags8581 queryFontMetrics�128�(ImagickDraw $properties, string $text [, bool $multiline = ''])�array�Imagick

12