Searched refs:underline (Results 1 - 9 of 9) sorted by relevance
| /inkscape/src/ |
| H A D | style-internal.cpp | 2459 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 D | style-internal.h | 1130 underline = false, overline = false, line_through = false, blink = false; 1138 underline = rhs.underline; 1152 bool underline : 1;
|
| /inkscape/doc/ |
| H A D | keys.css | 78 text-decoration: underline;
|
| /inkscape/src/display/ |
| H A D | drawing-text.cpp | 82 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 D | nr-style.cpp | 251 if(style->text_decoration_line.underline ){ text_decoration_line |= TEXT_DECORATION_LINE_UNDERLINE + TEXT_DECORATION_LINE_SET; }
|
| /inkscape/src/extension/internal/ |
| H A D | wmf-inout.cpp | 1194 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 D | wmf-print.cpp | 1438 style->text_decoration_line.underline,
|
| H A D | emf-print.cpp | 2072 style->text_decoration_line.underline,
|
| H A D | emf-inout.cpp | 1413 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