diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-01-15 11:40:34 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-01-15 11:40:34 +0000 |
| commit | c5a14b4f04a516185b84f7ddde5ec0e73bf6f383 (patch) | |
| tree | 098f56c1694e4c94f187e4f3cff7ef55c43b536b /render/font.c | |
| parent | b177ace2c3e0eedcdb62212bdaeb00a04dfb9c45 (diff) | |
!"$!#"%
Diffstat (limited to 'render/font.c')
| -rw-r--r-- | render/font.c | 2 |
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); } |
