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