]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Cosmetic change to the Language label in the character dialog
[lyx.git] / src / paragraph.h
index 102f685b7d0b0b12a18982b77ef215fc094a15b2..a01af43b0c859009165604ec9088e3a21f52135d 100644 (file)
@@ -252,6 +252,8 @@ public:
            LyXFont::TOGGLE.
        */
        LyXFont const getFont(BufferParams const &, size_type pos) const;
+       LyXFont const getLayoutFont(BufferParams const &) const;
+       LyXFont const getLabelFont(BufferParams const &) const;
        ///
        value_type getChar(size_type pos) const;
        ///
@@ -262,7 +264,8 @@ public:
        void setFont(size_type pos, LyXFont const & font);
        /// Returns the height of the highest font in range
        LyXFont::FONT_SIZE highestFontInRange(size_type startpos,
-                                             size_type endpos) const;
+                                             size_type endpos,
+                                                                                 LyXFont::FONT_SIZE const def_size) const;
        ///
        void insertChar(size_type pos, value_type c);
        ///