diff -r 4f02f6a834b7 -r 19d84448835f hedgewars/uStore.pas --- a/hedgewars/uStore.pas Tue Mar 30 20:17:12 2010 +0000 +++ b/hedgewars/uStore.pas Tue Mar 30 20:18:04 2010 +0000 @@ -355,7 +355,7 @@ with Fontz[fi] do begin s:= Pathz[ptFonts] + '/' + Name; - WriteToConsole(msgLoading + s + '... '); + WriteToConsole(msgLoading + s + ' (' + inttostr(Height) + 'pt)... '); Handle:= TTF_OpenFont(Str2PChar(s), Height); SDLTry(Handle <> nil, true); TTF_SetFontStyle(Handle, style);