* Get the height of the font. * @return The height of the font. */
| 57 | * @return The height of the font. |
| 58 | */ |
| 59 | inline int GetHeight() const { return this->height; } |
| 60 | |
| 61 | /** |
| 62 | * Get the ascender value of the font. |
no outgoing calls
no test coverage detected