]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Properly close and reopen lyxdeleted macro at font change
[lyx.git] / src / Paragraph.h
index d5c02e4053dc6290f9f445641f3702edda4104e3..3b5f2b81624b72ac968a529fda1c350ea05748ea 100644 (file)
@@ -341,12 +341,8 @@ public:
        ///
        Font const & getFirstFontSettings(BufferParams const &) const;
 
-       /** Get fully instantiated font. If pos == -1, use the layout
-           font attached to this paragraph.
-           If pos == -2, use the label font of the layout attached here.
-           In all cases, the font is instantiated, i.e. does not have any
-           attributes with values FONT_INHERIT, FONT_IGNORE or
-           FONT_TOGGLE.
+       /** Get fully instantiated font, i.e., one that does not have any
+           attributes with values FONT_INHERIT, FONT_IGNORE or FONT_TOGGLE.
        */
        Font const getFont(BufferParams const &, pos_type pos,
                              Font const & outerfont) const;