Home
last modified time | relevance | path

Searched refs:font_variant (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-style.h280 enum CRFontVariant font_variant ; member
Dcr-style.c1833 a_this->font_variant = FONT_VARIANT_INHERIT; in cr_style_set_props_to_default_values()
1926 a_this->font_variant = FONT_VARIANT_NORMAL; in cr_style_set_props_to_initial_values()
1991 if (a_this->font_variant == FONT_VARIANT_INHERIT) { in cr_style_resolve_inherited_properties()
1992 a_this->font_variant = a_this->parent_style->font_variant; in cr_style_resolve_inherited_properties()
2815 tmp_str = (gchar *) cr_font_variant_to_string (a_this->font_variant); in cr_style_to_string()