From: Mikael Magnusson Date: Sun, 15 Jan 2006 11:40:34 +0000 (+0000) Subject: !"$!#"% X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=c5a14b4f04a516185b84f7ddde5ec0e73bf6f383;p=chaz%2Fopenbox !"$!#"% --- diff --git a/render/font.c b/render/font.c index 2a1872e0..11a8edc6 100644 --- a/render/font.c +++ b/render/font.c @@ -129,7 +129,7 @@ static RrFont *openfont(const RrInstance *inst, gchar *fontstring) if (FcPatternGetInteger(match, "pixelsize", 0, &tmp_int) != FcResultTypeMismatch) { - pango_font_description_set_size(out->pango_font_description, + pango_font_description_set_absolute_size(out->pango_font_description, tmp_int*PANGO_SCALE); }