yes it is
authorMikael Magnusson <mikachu@comhem.se>
Sun, 15 Jan 2006 11:40:21 +0000 (11:40 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Sun, 15 Jan 2006 11:40:21 +0000 (11:40 +0000)
render/font.c

index cb76767..2a1872e 100644 (file)
@@ -129,8 +129,7 @@ static RrFont *openfont(const RrInstance *inst, gchar *fontstring)
 
     if (FcPatternGetInteger(match, "pixelsize", 0, &tmp_int) !=
             FcResultTypeMismatch) {
-        /* TODO: is PANGO_SCALE correct ?? */
-        pango_font_description_set_absolute_size(out->pango_font_description,
+        pango_font_description_set_size(out->pango_font_description,
                                         tmp_int*PANGO_SCALE);
     }