summaryrefslogtreecommitdiff
path: root/src/fontcache.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-08-02 12:10:48 +0000
committeralberth <alberth@openttd.org>2010-08-02 12:10:48 +0000
commitf0ebe530ad8de855d2be4e6e3f7c20fb736d56d6 (patch)
tree8b71473976d66ddbde81f04d3cd4bb011b1c7392 /src/fontcache.h
parentedf9b36b81f7334dee1091e6f1d8804944342a56 (diff)
downloadopenttd-f0ebe530ad8de855d2be4e6e3f7c20fb736d56d6.tar.xz
(svn r20296) -Fix: Fallback font selection due to missing glyphs did not work as intended.
Diffstat (limited to 'src/fontcache.h')
-rw-r--r--src/fontcache.h1
1 files changed, 1 insertions, 0 deletions
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);