]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
* GuiToolbar.cpp:
[lyx.git] / src / BufferParams.h
index dae8c4e3b2a086149e513f1cdef6bfd13685d69b..fe85a3dab86da15f46170427b48490ac393efc02 100644 (file)
@@ -185,6 +185,8 @@ public:
        int fontsSansScale;
        /// the scale factor of the tt font
        int fontsTypewriterScale;
+       /// the font used by the CJK command
+       std::string fontsCJK;
        ///
        Spacing & spacing();
        Spacing const & spacing() const;