]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Let tm be a reference here as elsewhere
[lyx.git] / src / OutputParams.h
index ff9491205ba90b35f2721d76acc21725019badc8..7bb21e8db8d6d31f0def28dced28b9600bd5e20e 100644 (file)
@@ -118,6 +118,9 @@ public:
         */
        std::string document_language;
 
+       /// main font encoding of the document
+       std::string main_fontenc;
+
        /** The master language. Non-null only for child documents.
            Note that this is not the language of the top level master, but
            of the direct parent for nested includes.