add missing comment
This commit is contained in:
parent
aa852556c0
commit
41e272bd27
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ static RrFont *openfont(const RrInstance *inst, gchar *fontstring)
|
||||||
PANGO_WEIGHT_ULTRABOLD);
|
PANGO_WEIGHT_ULTRABOLD);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* get the style/slant */
|
||||||
if (FcPatternGetInteger(pat, "slant", 0, &ival) == FcResultMatch) {
|
if (FcPatternGetInteger(pat, "slant", 0, &ival) == FcResultMatch) {
|
||||||
if (ival == FC_SLANT_ITALIC)
|
if (ival == FC_SLANT_ITALIC)
|
||||||
pango_font_description_set_style(out->font_desc,
|
pango_font_description_set_style(out->font_desc,
|
||||||
|
|
Loading…
Reference in a new issue