add missing comment

This commit is contained in:
Dana Jansens 2007-03-04 00:47:26 +00:00
parent aa852556c0
commit 41e272bd27

View file

@ -116,6 +116,7 @@ static RrFont *openfont(const RrInstance *inst, gchar *fontstring)
PANGO_WEIGHT_ULTRABOLD);
}
/* get the style/slant */
if (FcPatternGetInteger(pat, "slant", 0, &ival) == FcResultMatch) {
if (ival == FC_SLANT_ITALIC)
pango_font_description_set_style(out->font_desc,