欧美AV无码一区二区,麻豆+无码+国产在线+观看,欧美狂躁少妇XXXX高潮无码,美女扒开屁股让男人桶免费观看,极品粉嫩国产18尤物在线播放

ImagickDraw::setTextDecoration

(PECL imagick 2, PECL imagick 3)

ImagickDraw::setTextDecorationSpecifies a decoration

說(shuō)明

public ImagickDraw::setTextDecoration(int $decoration): bool
警告

本函數還未編寫(xiě)文檔,僅有參數列表。

Specifies a decoration to be applied when annotating with text.

參數

decoration

One of the DECORATION constant (imagick::DECORATION_*).

返回值

沒(méi)有返回值。

范例

示例 #1 ImagickDraw::setTextDecoration() example

<?php
function setTextDecoration($strokeColor$fillColor$backgroundColor$textDecoration) {

    
$draw = new \ImagickDraw();

    
$draw->setStrokeColor($strokeColor);
    
$draw->setFillColor($fillColor);
    
$draw->setStrokeWidth(2);
    
$draw->setFontSize(72);
    
$draw->setTextDecoration($textDecoration);
    
$draw->annotation(5075"Lorem Ipsum!");

    
$imagick = new \Imagick();
    
$imagick->newImage(500200$backgroundColor);
    
$imagick->setImageFormat("png");
    
$imagick->drawImage($draw);

    
header("Content-Type: image/png");
    echo 
$imagick->getImageBlob();
}

?>

欧美AV无码一区二区,麻豆+无码+国产在线+观看,欧美狂躁少妇XXXX高潮无码,美女扒开屁股让男人桶免费观看,极品粉嫩国产18尤物在线播放