]> git.lyx.org Git - lyx.git/blobdiff - src/MetricsInfo.h
Remove a conversion to_utf8() inside FontSetChanger
[lyx.git] / src / MetricsInfo.h
index 9a1fff47e5fcadf494726627abaf9629e0b0b3b4..18dbbe354046d7af7c2e93bc62fb193172036117 100644 (file)
@@ -68,8 +68,7 @@ public:
        int textwidth;
 
        /// Temporarily change a full font.
-       Changer changeFontSet(docstring const & font, bool cond = true);
-       Changer changeFontSet(char const * font, bool cond = true);
+       Changer changeFontSet(std::string const & font, bool cond = true);
        /// Temporarily change the font size and the math style.
        Changer changeStyle(Styles style, bool cond = true);
        // Temporarily change to the style suitable for use in fractions