PHP 7.0.6 Released

GmagickDraw::getfontsize

(PECL gmagick >= Unknown)

GmagickDraw::getfontsizeReturns the font pointsize

Description

public float GmagickDraw::getfontsize ( void )

Returns the font pointsize used when annotating with text.

Parameters

This function has no parameters.

Return Values

Returns the font size associated with the current GmagickDraw object.

User Contributed Notes

There are no user contributed notes for this page.
To Top