]> git.lyx.org Git - lyx.git/blobdiff - src/outputparams.h
Fix bug 2029 (RtL space width)
[lyx.git] / src / outputparams.h
index 0e3ae8c481007994a8904a322c8644cf4e408a6b..c5307ff75eff4374f75af6ba8badc5c9368a939f 100644 (file)
@@ -19,6 +19,7 @@
 
 
 class ExportData;
+class LyXFont;
 
 
 class OutputParams {
@@ -47,19 +48,19 @@ public:
 
        /** moving_arg == true means that the environment in which the inset
            is typeset is a moving argument. The inset should take care about
-           fragile commands by preceding the latex with \protect.
+           fragile commands by preceding the latex with \\protect.
        */
        bool moving_arg;
 
        /** intitle == true means that the environment in which the
-           inset is typeset is part of a title (before a \maketitle).
+           inset is typeset is part of a title (before a \\maketitle).
            Footnotes in such environments have moving arguments.
        */
        bool intitle;
 
-       /** the babel name of the language at the point where the inset is
+       /** the font at the point where the inset is
         */
-       std::string local_language;
+       LyXFont const * local_font;
 
        /** Document language babel name
         */