| 56 | /// Get some vertical data on the font at large. Useful for drawing multiline text, and sizing text boxes. |
| 57 | virtual U32 getFontHeight() const { return mHeight; } |
| 58 | virtual U32 getFontBaseLine() const { return mBaseline; } |
| 59 | |
| 60 | // Draw the character to a temporary bitmap, and fill the CharInfo with various text metrics. |
| 61 | virtual PlatformFont::CharInfo &getCharInfo(const UTF16 character) const; |