Home
last modified time | relevance | path

Searched refs:SP_CSS_FONT_WEIGHT_300 (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dstyle-enums.h74 SP_CSS_FONT_WEIGHT_300, enumerator
406 {"300", SP_CSS_FONT_WEIGHT_300},
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/
H A Dmetafile-print.cpp118 case SP_CSS_FONT_WEIGHT_300: return U_FW_LIGHT; in _translate_weight()
H A Dwmf-inout.cpp1194 font.Weight == U_FW_LIGHT ? SP_CSS_FONT_WEIGHT_300 : in select_font()
2612 case SP_CSS_FONT_WEIGHT_300: tsp.weight = FC_WEIGHT_LIGHT ; break; in myMetaFileProc()
H A Demf-inout.cpp1423 pEmr->elfw.elfLogFont.lfWeight == U_FW_LIGHT ? SP_CSS_FONT_WEIGHT_300 : in select_font()
3182 case SP_CSS_FONT_WEIGHT_300: tsp.weight = FC_WEIGHT_LIGHT ; break; in myEnhMetaFileProc()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DFontFactory.cpp117 case SP_CSS_FONT_WEIGHT_300: in ink_font_description_from_style()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dtext-tool.cpp822 || style->font_weight.computed == SP_CSS_FONT_WEIGHT_300 in root_handler()