Searched refs:FONT_WEIGHT_INHERIT (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-fonts.h207 FONT_WEIGHT_INHERIT = 1<<13, enumerator in enum:CRFontWeight
H A Dcr-fonts.c763 if (a_weight == FONT_WEIGHT_INHERIT) {
764 cr_utils_trace_info ("can't return a bolder weight for FONT_WEIGHT_INHERIT") ;
830 case FONT_WEIGHT_INHERIT:
H A Dcr-style.c1621 a_style->font_weight = FONT_WEIGHT_INHERIT;
1822 a_this->font_weight = FONT_WEIGHT_INHERIT;
1982 if (a_this->font_weight == FONT_WEIGHT_INHERIT) {

Completed in 35 milliseconds