Searched refs:font_stretch (Results 1 – 2 of 2) sorted by relevance
282 enum CRFontStretch font_stretch ; member
1928 a_this->font_stretch = FONT_STRETCH_NORMAL; in cr_style_set_props_to_initial_values()1997 if (a_this->font_stretch == FONT_STRETCH_INHERIT) { in cr_style_resolve_inherited_properties()1998 a_this->font_stretch = a_this->parent_style->font_stretch; in cr_style_resolve_inherited_properties()2835 tmp_str = (gchar *) cr_font_stretch_to_string (a_this->font_stretch); in cr_style_to_string()