Changeset - r16580:afc52f1fde7a
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-11-25 14:55:01
rubidium@openttd.org
(svn r21320) -Fix (r21298): somehow a semicolon got lost
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/fontcache.cpp
Show inline comments
 
@@ -742,7 +742,7 @@ bool SetFallbackFont(FreeTypeSettings *s
 

	
 
#else /* without WITH_FONTCONFIG */
 
FT_Error GetFontByFaceName(const char *font_name, FT_Face *face) {return FT_Err_Cannot_Open_Resource;}
 
bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, int winlangid, SetFallbackFontCallback *callback) { return false }
 
bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, int winlangid, SetFallbackFontCallback *callback) { return false; }
 
#endif /* WITH_FONTCONFIG */
 

	
 
static void SetFontGeometry(FT_Face face, FontSize size, int pixels)
0 comments (0 inline, 0 general)