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

/inkscape/src/
H A Dstyle-internal.cpp2459 underline = false;
2482 if ((slen == 9) && strneq(hstr, "underline", slen)){ found_underline = true; break; }
2500 underline = found_underline;
2524 } else if (this->underline || this->overline || this->line_through || this->blink) {
2525 if (this->underline) os << " underline";
2542 underline = p->underline;
2559 underline = p->underline;
[all...]
H A Dstyle-internal.h1130 underline = false, overline = false, line_through = false, blink = false;
1138 underline = rhs.underline;
1152 bool underline : 1;
/inkscape/doc/
H A Dkeys.css78 text-decoration: underline;
/inkscape/src/display/
H A Ddrawing-text.cpp82 the font's drawing box. Extra space is to hold overline or underline, if present. All
97 and a little below its descend. This leaves room for overline and underline. The left and right sides
141 if (_decorations.overline || _decorations.underline) {
145 if (_decorations.underline) { bot = -_dsc * scale_bigbox * 0.2; }
399 // All lines must be the same thickness, in combinations, line_through trumps underline
545 // Draw text decorations that go UNDER the text (underline, over-line)
H A Dnr-style.cpp251 if(style->text_decoration_line.underline ){ text_decoration_line |= TEXT_DECORATION_LINE_UNDERLINE + TEXT_DECORATION_LINE_SET; }
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp1194 d->dc[d->level].style.text_decoration_line.underline = font.Underline;
1247 d->dc[d->level].style.text_decoration_line.underline = 0;
2602 if(d->dc[d->level].style.text_decoration_line.underline){ tsp.decoration |= TXTDECOR_UNDER; }
3100 d.dc[0].style.text_decoration_line.underline = 0;
H A Dwmf-print.cpp1438 style->text_decoration_line.underline,
H A Demf-print.cpp2072 style->text_decoration_line.underline,
H A Demf-inout.cpp1413 d->dc[d->level].style.text_decoration_line.underline = pEmr->elfw.elfLogFont.lfUnderline;
3171 if(d->dc[d->level].style.text_decoration_line.underline){ tsp.decoration |= TXTDECOR_UNDER; }

Completed in 115 milliseconds