From c5a14b4f04a516185b84f7ddde5ec0e73bf6f383 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 15 Jan 2006 11:40:34 +0000 Subject: [PATCH] !"$!#"% --- render/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2