Home | All Classes | Grouped Classes | Index | Search
Returns the drawn height of the entire font or a string.
int get_height(); int get_height( const std::string& str, CL_Size max_size = CL_Size(0, 0)); int get_height( std::string::const_iterator start, std::string::const_iterator end, CL_Size max_size = CL_Size(0, 0));
Parameters:
Return value:
The height in pixels.
Detailed description:
The height of the entire font is the height of the tallest glyph in the font; this is what is returned if you specify no arguments. The point of having the height functions accept a string is to compensate for strings spanning multiple lines. Generally, get_height(" ") will return zero, since usually the space glyph isn't given in the font, and so it has a height and width of zero.
See also: