PHP | ImagickDraw setFontWeight() Function
The ImagickDraw::setFontWeight() function is an inbuilt function in PHP which is used to set the font-weight. Syntax: bool ImagickDraw::setFontWeight( $font_weight ) Parameters: This function accepts a single parameter $font_weight which is used to hold the value of font weight as integer type. Retu