Home | All Classes | Grouped Classes | Index | Search
Returns the drawn size of a string.
CL_Size get_size( unsigned int letter); CL_Size get_size( const std::string& str, CL_Size max_size = CL_Size(0, 0)); CL_Size get_size( std::string::const_iterator start, std::string::const_iterator end, CL_Size max_size = CL_Size(0, 0));
Parameters:
Return value:
The size in pixels.
See also: