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

ImagickDraw::setFontWeight

(PECL imagick 2, PECL imagick 3)

ImagickDraw::setFontWeightSets the font weight

說(shuō)明

public ImagickDraw::setFontWeight(int $font_weight): bool
警告

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

Sets the font weight to use when annotating with text.

參數

font_weight

返回值

范例

示例 #1 ImagickDraw::setFontWeight() example

<?php
function setFontWeight($fillColor$strokeColor$backgroundColor) {

    
$draw = new \ImagickDraw();

    
$draw->setStrokeColor($strokeColor);
    
$draw->setFillColor($fillColor);

    
$draw->setStrokeWidth(1);

    
$draw->setFontSize(36);

    
$draw->setFontWeight(100);
    
$draw->annotation(5050"Lorem Ipsum!");

    
$draw->setFontWeight(200);
    
$draw->annotation(50100"Lorem Ipsum!");

    
$draw->setFontWeight(400);
    
$draw->annotation(50150"Lorem Ipsum!");

    
$draw->setFontWeight(800);
    
$draw->annotation(50200"Lorem Ipsum!");

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

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

?>

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