]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetQuotes.h
Require textquotedbl def with second language that has internal fontenc
[features.git] / src / insets / InsetQuotes.h
index bb3d4a2ca39c59b541d7cd48141f7c572338e92f..76461c92c2563552c9abb2b796dc8a6143f394ad 100644 (file)
@@ -191,7 +191,7 @@ private:
        InsetQuotesParams::QuoteLevel level_;
        ///
        InsetQuotesParams::QuoteStyle global_style_;
-       ///
+       /// Current font encoding
        std::string fontenc_;
        /// Code of the contextual language
        std::string context_lang_;
@@ -199,6 +199,8 @@ private:
        bool pass_thru_;
        /// Do we use fontspec?
        bool fontspec_;
+       /// Do we have an internal font encoding?
+       bool internal_fontenc_;
        ///
        friend class InsetQuotesParams;