X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontList.h;h=6400f97524bf0c9b33a1cbfdd7761fd23f213a28;hb=e8c932ff842ced0b26c205ed6983102b6e7e50c2;hp=388a04ee21c33c58382e463dff947ae0fd76d6e5;hpb=23fded1fc0b243e6afe16797b08cd33ce0997cec;p=lyx.git diff --git a/src/FontList.h b/src/FontList.h index 388a04ee21..6400f97524 100644 --- a/src/FontList.h +++ b/src/FontList.h @@ -92,7 +92,7 @@ public: /// const_iterator fontIterator(pos_type pos) const; /// - Font & get(pos_type pos); + Font const & get(pos_type pos); /// void set(pos_type pos, Font const & font); /// @@ -105,25 +105,6 @@ 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, - pos_type endpos, - FontSize def_size - ) const; - - /// is there a font change in middle of the word? - bool hasChangeInRange( - pos_type pos, ///< position in the paragraph. - int len ///< length of the range to check. - ) const; - /// void validate(LaTeXFeatures & features) const;