* Returns the maximum width for any character in the font. * @return Width in pixels. */
| 194 | * @return Width in pixels. |
| 195 | */ |
| 196 | int Font::getWidth() const |
| 197 | { |
| 198 | return _width; |
| 199 | } |
| 200 | |
| 201 | /** |
| 202 | * Returns the maximum height for any character in the font. |
no outgoing calls
no test coverage detected