| sk.robotics.robot | classes |
function robot_textsize | ^ |
Determine the text size of the text as would be drawn by the robot.The parameters are the same as in the robot_drawtext function.
- Source:
- robotdll/robotdll.h:1211
- Author:
- Version:
- latest version
- Returns:
- the size of the rectangle that the text will occupy in format "width\ height"; the returned string is static and should not be deallocated
- See Also:
- robot_drawtext
- Code:
public ROBOTDLL_API char * robot_textsize (short id ,LPCTSTR caption ,short size ,LPCTSTR fontfile )