(svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX.

This commit is contained in:
michi_cc
2009-10-17 22:36:43 +00:00
parent c1f6dc4342
commit 685a7752f2
4 changed files with 232 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ uint GetGlyphWidth(FontSize size, uint32 key);
* @param winlangid the language ID windows style.
* @return true if a font has been set, false otherwise.
*/
bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, int winlangid);
bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, int winlangid, const char *str);
#else