]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Preamble.h
Store both sets of font selections
[lyx.git] / src / tex2lyx / Preamble.h
index 71367b1af4e14b328d59094d07570c7f0bae0afd..1c3fe66f23eef2802157a4a9ecde8586baeabd8d 100644 (file)
@@ -131,16 +131,16 @@ private:
        std::string h_float_placement;
        std::string h_fontcolor;
        std::string h_fontencoding;
-       std::string h_font_math;
-       std::string h_font_roman;
-       std::string h_font_sans;
-       std::string h_font_typewriter;
+       std::string h_font_math[2];
+       std::string h_font_roman[2];
+       std::string h_font_sans[2];
+       std::string h_font_typewriter[2];
        std::string h_font_default_family;
        bool h_use_non_tex_fonts;
        std::string h_font_sc;
        std::string h_font_osf;
-       std::string h_font_sf_scale;
-       std::string h_font_tt_scale;
+       std::string h_font_sf_scale[2];
+       std::string h_font_tt_scale[2];
        bool h_font_cjk_set;
        std::string h_font_cjk;
        std::string h_graphics;