$OpenBSD: patch-objects_font_c,v 1.1 2003/12/31 04:21:45 espie Exp $
--- objects/font.c.orig	2003-12-31 04:58:55.000000000 +0100
+++ objects/font.c	2003-12-31 04:59:17.000000000 +0100
@@ -940,17 +940,17 @@ BOOL32 WINAPI GetTextMetrics32A( HDC32 h
     metrics->tmMaxCharWidth     = WDPTOLP(metrics->tmMaxCharWidth);
     metrics->tmOverhang         = WDPTOLP(metrics->tmOverhang);
 
-    TRACE(font,"text metrics:
-    Weight = %03i\t FirstChar = %03i\t AveCharWidth = %i
-    Italic = % 3i\t LastChar = %03i\t\t MaxCharWidth = %i
-    UnderLined = %01i\t DefaultChar = %03i\t Overhang = %i
-    StruckOut = %01i\t BreakChar = %03i\t CharSet = %i
-    PitchAndFamily = %02x
-    --------------------
-    InternalLeading = %i
-    Ascent = %i
-    Descent = %i
-    Height = %i\n",
+    TRACE(font,"text metrics:\n"
+"    Weight = %03i\t FirstChar = %03i\t AveCharWidth = %i\n"
+"    Italic = % 3i\t LastChar = %03i\t\t MaxCharWidth = %i\n"
+"    UnderLined = %01i\t DefaultChar = %03i\t Overhang = %i\n"
+"    StruckOut = %01i\t BreakChar = %03i\t CharSet = %i\n"
+"    PitchAndFamily = %02x\n"
+"    --------------------\n"
+"    InternalLeading = %i\n"
+"    Ascent = %i\n"
+"    Descent = %i\n"
+"    Height = %i\n",
     metrics->tmWeight, metrics->tmFirstChar, metrics->tmAveCharWidth,
     metrics->tmItalic, metrics->tmLastChar, metrics->tmMaxCharWidth,
     metrics->tmUnderlined, metrics->tmDefaultChar, metrics->tmOverhang,
