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

/inkscape/src/extension/internal/
H A Dlatex-text-renderer.cpp337 SPStyle const &spanstyle = *(sp_te_style_at_position (textobj, li)); local
340 if (spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_500 ||
341 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_600 ||
342 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_700 ||
343 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_800 ||
344 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_900 ||
345 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_BOLD ||
346 spanstyle.font_weight.computed == SP_CSS_FONT_WEIGHT_BOLDER)
351 if (spanstyle.font_style.computed == SP_CSS_FONT_STYLE_ITALIC)
356 if (spanstyle
490 SPStyle const &spanstyle = *(sp_te_style_at_position(flowtext, li)); local
[all...]

Completed in 13 milliseconds