X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FPainter.h;h=d219b1b85e4918155b633c39a12beb4747c58e48;hb=e3e6befc543cec4eec00f9e28865230bf347a5fb;hp=8bbda37701955e54f71c0da47501353977b3fcee;hpb=85d87c0a46e834389f5d7c8bd52ff5e32a6092c9;p=lyx.git diff --git a/src/frontends/Painter.h b/src/frontends/Painter.h index 8bbda37701..d219b1b85e 100644 --- a/src/frontends/Painter.h +++ b/src/frontends/Painter.h @@ -127,6 +127,9 @@ public: */ virtual int text(int x, int y, char_type c, FontInfo const & f) = 0; + /// draw the underbar, strikeout, uuline and uwave font attributes + virtual void textDecoration(FontInfo const & f, int x, int y, int width) = 0; + /** * Draw a string and enclose it inside a rectangle. If * back color is specified, the background is cleared with