]> git.lyx.org Git - features.git/commitdiff
Add a FIXME for Text::font_ member.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 2 Sep 2007 14:05:03 +0000 (14:05 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 2 Sep 2007 14:05:03 +0000 (14:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20001 a592a061-630c-0410-9148-cb99ea01b6c8

src/Text.h

index b7764d7d8081cf27a65e617d1085c362cbf15938..766229dce9055ab65187863d1ca239f9bdc68c0f 100644 (file)
@@ -295,8 +295,12 @@ public:
        ///
        ParagraphList pars_;
 
+       /// FIXME: this font_ member has nothing to do here!
+       /// It is used in applyOuterFont() and setCharFont() for reasons 
+       /// that are not clear... to hand hand the outermost language and
+       /// also for char style apparently.
        /// our 'outermost' font. This is handed down from the surrounding
-       // inset through the pi/mi parameter (pi.base.font)
+       /// inset through the pi/mi parameter (pi.base.font)
        Font font_;
 
        ///