Searched refs:SP_CSS_FONT_WEIGHT_400 (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/
H A Dstyle-enums.h49 SP_CSS_FONT_WEIGHT_400, enumerator in enum:SPCSSFontWeight
368 {"400", SP_CSS_FONT_WEIGHT_400},
H A Dstyle.cpp113 font_weight( "font-weight", enum_font_weight, SP_CSS_FONT_WEIGHT_NORMAL, SP_CSS_FONT_WEIGHT_400 ),
H A Dstyle-internal.cpp546 computed = SP_CSS_FONT_WEIGHT_400;
/inkscape/src/libnrtype/
H A DLayout-TNG-Input.cpp215 {SP_CSS_FONT_WEIGHT_400, PANGO_WEIGHT_NORMAL},
H A DFontFactory.cpp450 case SP_CSS_FONT_WEIGHT_400:
H A Dfont-lister.cpp769 case SP_CSS_FONT_WEIGHT_400:
/inkscape/src/extension/internal/
H A Dmetafile-print.cpp145 case SP_CSS_FONT_WEIGHT_400: return U_FW_NORMAL;
H A Dwmf-inout.cpp1182 font.Weight == U_FW_NORMAL ? SP_CSS_FONT_WEIGHT_400 :
1245 d->dc[d->level].style.font_weight.value = SP_CSS_FONT_WEIGHT_400;
2588 case SP_CSS_FONT_WEIGHT_400: tsp.weight = FC_WEIGHT_NORMAL ; break;
3098 d.dc[0].style.font_weight.value = SP_CSS_FONT_WEIGHT_400;
H A Demf-inout.cpp1401 pEmr->elfw.elfLogFont.lfWeight == U_FW_NORMAL ? SP_CSS_FONT_WEIGHT_400 :
3157 case SP_CSS_FONT_WEIGHT_400: tsp.weight = FC_WEIGHT_NORMAL ; break;
/inkscape/src/ui/tools/
H A Dtext-tool.cpp825 || style->font_weight.computed == SP_CSS_FONT_WEIGHT_400)

Completed in 75 milliseconds