File diff r25654:e264fd698eb2 → r25655:1030dcb7eb52
src/os/unix/font_unix.cpp
Show inline comments
 
@@ -148,7 +148,7 @@ bool SetFallbackFont(FreeTypeSettings *s
 
			callback->SetFontNames(settings, (const char *)file);
 

	
 
			bool missing = callback->FindMissingGlyphs();
 
			DEBUG(freetype, 1, "Font \"%s\" misses%s glyphs", file, missing ? "" : " no");
 
			Debug(freetype, 1, "Font \"{}\" misses{} glyphs", file, missing ? "" : " no");
 

	
 
			if (!missing) {
 
				best_weight = value;