From 00c05e79b19546ccde2aa3ddb7726523224e3df9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 22 Dec 2013 17:46:27 +0000 Subject: (svn r26170) -Feature-ish: add the currently used fonts to the crash log --- src/fontcache.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fontcache.cpp') diff --git a/src/fontcache.cpp b/src/fontcache.cpp index 9e95fee64..37f949c87 100644 --- a/src/fontcache.cpp +++ b/src/fontcache.cpp @@ -81,6 +81,7 @@ public: virtual bool GetDrawGlyphShadow(); virtual GlyphID MapCharToGlyph(WChar key) { assert(IsPrintable(key)); return SPRITE_GLYPH | key; } virtual const void *GetFontTable(uint32 tag, size_t &length) { length = 0; return NULL; } + virtual const char *GetFontName() { return "sprite"; } }; /** @@ -239,6 +240,7 @@ public: virtual bool GetDrawGlyphShadow(); virtual GlyphID MapCharToGlyph(WChar key); virtual const void *GetFontTable(uint32 tag, size_t &length); + virtual const char *GetFontName() { return face->family_name; } }; FT_Library _library = NULL; -- cgit v1.2.3-70-g09d2