--- render/font.c.old	2005-06-10 12:49:13.000000000 +0100
+++ render/font.c	2005-06-10 12:49:56.000000000 +0100
@@ -117,7 +117,7 @@
 
     if (FcPatternGetInteger(match, "pixelsize", 0, &tmp_int) != FcResultTypeMismatch) {
         /* TODO: is PANGO_SCALE correct ?? */
-        pango_font_description_set_size(out->pango_font_description, tmp_int*PANGO_SCALE);
+        pango_font_description_set_size(out->pango_font_description, tmp_int*PANGO_SCALE*0.72);
     }
 #endif /* USE_PANGO */