summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-01-15 11:40:34 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-01-15 11:40:34 +0000
commitc5a14b4f04a516185b84f7ddde5ec0e73bf6f383 (patch)
tree098f56c1694e4c94f187e4f3cff7ef55c43b536b
parentb177ace2c3e0eedcdb62212bdaeb00a04dfb9c45 (diff)
!"$!#"%
-rw-r--r--render/font.c2
1 files changed, 1 insertions, 1 deletions
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);
}