]> git.lyx.org Git - features.git/blobdiff - src/RowPainter.h
Add \nospellcheck font property
[features.git] / src / RowPainter.h
index 99f0c8c515be5463dd95e9c4a30a23400ede876d..18b4c85226e6f160c2b3e0ad4fb712f568a426ac 100644 (file)
@@ -57,15 +57,17 @@ public:
        void paintSelection() const;
 
 private:
+       void paintLanguageMarkings(Row::Element const & e) const;
        void paintForeignMark(Row::Element const & e) const;
+       void paintNoSpellingMark(Row::Element const & e) const;
        void paintStringAndSel(Row::Element const & e) const;
        void paintMisspelledMark(Row::Element const & e) const;
        void paintChange(Row::Element const & e) const;
        void paintAppendixStart(int y) const;
        void paintInset(Row::Element const & e) const;
 
-       /// return the label font for this row
-       FontInfo labelFont() const;
+       /// return the label font for this row (end label when \c end is true)
+       FontInfo labelFont(bool end) const;
 
        ///
        void paintLabel() const;