|
TextGetSize
The function returns the line width and height at the current font settings.
bool TextGetSize(
|
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.
Return Value
Returns true if successful, otherwise false. Possible code errors:
See also
Resources, ResourceCreate(), ResourceSave(), TextSetFont(), TextOut()