* Returns the maximum height for any character in the font. * @return Height in pixels. */
| 203 | * @return Height in pixels. |
| 204 | */ |
| 205 | int Font::getHeight() const |
| 206 | { |
| 207 | return _height; |
| 208 | } |
| 209 | |
| 210 | /** |
| 211 | * Returns the spacing for any character in the font. |
no outgoing calls
no test coverage detected