Searched refs:SP_CSS_FONT_STYLE_NORMAL (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/
H A Dstyle-enums.h35 SP_CSS_FONT_STYLE_NORMAL, enumerator in enum:SPCSSFontStyle
339 {"normal", SP_CSS_FONT_STYLE_NORMAL},
H A Dstyle.cpp111 font_style( "font-style", enum_font_style, SP_CSS_FONT_STYLE_NORMAL ),
/inkscape/src/libnrtype/
H A DLayout-TNG-Input.cpp203 {SP_CSS_FONT_STYLE_NORMAL, PANGO_STYLE_NORMAL},
H A DFontFactory.cpp431 case SP_CSS_FONT_STYLE_NORMAL:
H A Dfont-lister.cpp811 case SP_CSS_FONT_STYLE_NORMAL:
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp1193 d->dc[d->level].style.font_style.value = (font.Italic ? SP_CSS_FONT_STYLE_ITALIC : SP_CSS_FONT_STYLE_NORMAL);
1246 d->dc[d->level].style.font_style.value = SP_CSS_FONT_STYLE_NORMAL;
2581 case SP_CSS_FONT_STYLE_NORMAL:
3099 d.dc[0].style.font_style.value = SP_CSS_FONT_STYLE_NORMAL;
H A Demf-inout.cpp1412 d->dc[d->level].style.font_style.value = (pEmr->elfw.elfLogFont.lfItalic ? SP_CSS_FONT_STYLE_ITALIC : SP_CSS_FONT_STYLE_NORMAL);
3150 case SP_CSS_FONT_STYLE_NORMAL:
/inkscape/src/ui/tools/
H A Dtext-tool.cpp842 if (style->font_style.computed != SP_CSS_FONT_STYLE_NORMAL)

Completed in 289 milliseconds