]> git.lyx.org Git - lyx.git/blobdiff - src/FontList.h
* Paragraph: reserve memory by chunks of 100 chars. This improve the loading of big...
[lyx.git] / src / FontList.h
index c5882a763518285c587c9a0aa02b0423c1b2fe52..582848b5c95a1dcc4ac3c9f4b18b6273e8434c42 100644 (file)
@@ -94,6 +94,11 @@ 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);