]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.h
Use font metrics for computing the size of math decorations
[lyx.git] / src / mathed / InsetMathBig.h
index f479ed2f032a3b0ffce500b434372ee121ca5ab6..09f04a6f78ebe63ea7b7eb18ed2fd53fd49f06d8 100644 (file)
@@ -31,15 +31,15 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void normalize(NormalStream & os) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///
-       void infoize2(odocstream & os) const;
+       void infoize2(odocstream & os) const override;
        ///
        static bool isBigInsetDelim(docstring const &);
        ///