]> Dogcows Code - chaz/openbox/commitdiff
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 cb76767154a632f04d7c04da4c449d7b7177c70c..2a1872e0a4f602a436aba9a22cef89ce0e265b73 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);
     }
 
This page took 0.026898 seconds and 4 git commands to generate.