MQL4 Reference Object Functions TextGetSize
|
TextGetSizeThe function returns the line width and height at the current font settings.
Parameters text [in] String, for which length and width should be obtained. width [out] Input parameter for receiving width. height [out] Input parameter for receiving height. Returned value Returns true if successful, otherwise false. Possible code errors:
See also Resources, ResourceCreate(), ResourceSave(), TextSetFont(), TextOut() |