GmagickDraw::getfontsize
PHP Manual
PHP Manual»GmagickDraw»GmagickDraw::getfontsize

GmagickDraw::getfontsize

(PECL gmagick >= Unknown)

GmagickDraw::getfontsizeReturns the font pointsize

Açıklama

public function GmagickDraw::getfontsize(): float

Returns the font pointsize used when annotating with text.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns the font size associated with the current GmagickDraw object.

To Top