(svn r20296) -Fix: Fallback font selection due to missing glyphs did not work as intended.

This commit is contained in:
alberth
2010-08-02 12:10:48 +00:00
parent edf9b36b81
commit f0ebe530ad
2 changed files with 71 additions and 67 deletions

View File

@@ -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);