diff options
Diffstat (limited to 'pango')
-rw-r--r-- | pango/fonts.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index a3f8cee5..7c1c79b6 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -811,6 +811,8 @@ pango_font_description_from_string (const char *str) PANGO_FONT_MASK_STRETCH; desc->family_name = NULL; + desc->static_family = FALSE; + desc->style = PANGO_STYLE_NORMAL; desc->weight = PANGO_WEIGHT_NORMAL; desc->variant = PANGO_VARIANT_NORMAL; |