男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站

ImagickDraw::setTextAntialias

(PECL imagick 2, PECL imagick 3)

ImagickDraw::setTextAntialiasControls whether text is antialiased

說(shuō)明

public ImagickDraw::setTextAntialias(bool $antiAlias): bool
警告

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

Controls whether text is antialiased. Text is antialiased by default.

參數

antiAlias

返回值

沒(méi)有返回值。

范例

示例 #1 ImagickDraw::setTextAntialias() example

<?php
function setTextAntialias($fillColor$backgroundColor) {

    
$draw = new \ImagickDraw();
    
$draw->setStrokeColor('none');
    
$draw->setFillColor($fillColor);
    
$draw->setStrokeWidth(1);
    
$draw->setFontSize(32);
    
$draw->setTextAntialias(false);
    
$draw->annotation(530"Lorem Ipsum!");
    
$draw->setTextAntialias(true);
    
$draw->annotation(565"Lorem Ipsum!");

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

    
//Scale the image so that people can see the aliasing.
    
$imagick->scaleImage(220 680 6);
    
$imagick->cropImage(64048000);

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

?>

男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站