Lines Matching refs:font_family
1299 CRFontFamily *font_family = NULL, in set_prop_font_family_from_value() local
1311 font_family = cr_font_family_new (FONT_FAMILY_INHERIT, NULL); in set_prop_font_family_from_value()
1381 cur_ff2 = cr_font_family_append (font_family, cur_ff); in set_prop_font_family_from_value()
1383 font_family = cur_ff2; in set_prop_font_family_from_value()
1388 if (font_family) { in set_prop_font_family_from_value()
1389 if (a_style->font_family) { in set_prop_font_family_from_value()
1390 cr_font_family_destroy (a_style->font_family); in set_prop_font_family_from_value()
1391 a_style->font_family = NULL ; in set_prop_font_family_from_value()
1393 a_style->font_family = font_family; in set_prop_font_family_from_value()
1394 font_family = NULL ; in set_prop_font_family_from_value()
1835 a_this->font_family = NULL; in cr_style_set_props_to_default_values()
2001 if (a_this->font_family == NULL) { in cr_style_resolve_inherited_properties()
2002 a_this->font_family = a_this->parent_style->font_family; in cr_style_resolve_inherited_properties()
2760 tmp_str = (gchar *) cr_font_family_to_string (a_this->font_family, TRUE); in cr_style_to_string()