yes it is
This commit is contained in:
parent
425dc31808
commit
b177ace2c3
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue