(svn r26170) -Feature-ish: add the currently used fonts to the crash log

This commit is contained in:
rubidium
2013-12-22 17:46:27 +00:00
parent b02179bd8e
commit 00c05e79b1
3 changed files with 21 additions and 0 deletions

View File

@@ -119,6 +119,12 @@ public:
*/
virtual const void *GetFontTable(uint32 tag, size_t &length) = 0;
/**
* Get the name of this font.
* @return The name of the font.
*/
virtual const char *GetFontName() = 0;
/**
* Get the font cache of a given font size.
* @param fs The font size to look up.