]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPainter.h
Fix drawing with pixmap cache
[lyx.git] / src / frontends / qt4 / GuiPainter.h
index b1f4fb8ecdb8ab9425f4a5fadf17617576d9a808..eadf9851669141a6c7a677f13c76afc71c661cad 100644 (file)
@@ -168,6 +168,9 @@ private:
        void setQPainterPen(QColor const & col,
                line_style ls = line_solid, int lw = thin_line);
 
+       // Helper for text() method
+       void do_drawText(int x, int y, QString str, bool rtl, FontInfo const & f, QFont ff);
+
        QColor current_color_;
        Painter::line_style current_ls_;
        int current_lw_;