Changeset - r20432:c9229f47a633
[Not reviewed]
master
0 1 0
planetmaker - 11 years ago 2013-06-23 17:14:34
planetmaker@openttd.org
(svn r25447) -Fix (r25437): [OSX] Compilation was broken
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/fontdetection.cpp
Show inline comments
 
@@ -596,7 +596,7 @@ bool SetFallbackFont(FreeTypeSettings *s
 
#endif
 
	}
 

	
 
	if (result && strncmp(settings->medium_font, "Geeza Pro", 9) == 0) {
 
	if (result && strncmp(settings->medium.font, "Geeza Pro", 9) == 0) {
 
		/* The font 'Geeza Pro' is often found for arabic characters, but
 
		 * it has the 'tiny' problem of not having any latin characters.
 
		 * 'Arial Unicode MS' on the other hand has arabic and latin glyphs,
0 comments (0 inline, 0 general)