From f0ebe530ad8de855d2be4e6e3f7c20fb736d56d6 Mon Sep 17 00:00:00 2001 From: alberth Date: Mon, 2 Aug 2010 12:10:48 +0000 Subject: (svn r20296) -Fix: Fallback font selection due to missing glyphs did not work as intended. --- src/fontcache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fontcache.h') diff --git a/src/fontcache.h b/src/fontcache.h index affc2606c..b4bdc7a99 100644 --- a/src/fontcache.h +++ b/src/fontcache.h @@ -53,6 +53,7 @@ uint GetGlyphWidth(FontSize size, uint32 key); * @param settings the settings to overwrite the fontname of. * @param language_isocode the language, e.g. en_GB. * @param winlangid the language ID windows style. + * @param str Sample string. * @return true if a font has been set, false otherwise. */ bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, int winlangid, const char *str); -- cgit v1.2.3-54-g00ecf