Add a FIXME for Text::font_ member.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20001 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-09-02 14:05:03 +00:00
parent e5ec07d513
commit 070a7fc290

View 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_;
///