X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontList.h;h=2b09c11fb41c09d2019dfe5ed46a1c078fa9a327;hb=7470305720d7733a27e9c6e5ef13a0774f5d0f77;hp=fed99fe8fc08d34c14ae29bbb565312d68fc79f1;hpb=fdbe775b9f5468e8f53dc83a66583f412b5970fb;p=lyx.git diff --git a/src/FontList.h b/src/FontList.h index fed99fe8fc..2b09c11fb4 100644 --- a/src/FontList.h +++ b/src/FontList.h @@ -96,28 +96,10 @@ public: /// void set(pos_type pos, Font const & font); /// - void setRange( - pos_type startpos, - pos_type endpos, - Font const & font); - /// void increasePosAfterPos(pos_type pos); /// void decreasePosAfterPos(pos_type pos); - /// 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;