]> git.lyx.org Git - lyx.git/blobdiff - src/FontList.h
don't forget to pack numpunct_lyx_char_type.h
[lyx.git] / src / FontList.h
index 59650b85cff5e80d18905c2745b11926d871aa6d..388a04ee21c33c58382e463dff947ae0fd76d6e5 100644 (file)
@@ -84,6 +84,8 @@ public:
        ///
        bool empty() const { return list_.empty(); }
        ///
+       void clear() { list_.clear(); }
+       ///
        void erase(pos_type pos);
        ///
        iterator fontIterator(pos_type pos);
@@ -103,6 +105,12 @@ public:
        ///
        void decreasePosAfterPos(pos_type pos);
 
+       ///
+       void setMisspelled(
+               pos_type startpos,
+               pos_type endpos,
+               bool misspelled);
+
        /// Returns the height of the highest font in range
        FontSize highestInRange(
                pos_type startpos,