X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFont.h;h=2dc524177ec391bad471a1eb08a13c1a3c8ef34e;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=926732b3dcaab21a3ba7f7017632f132c65a2eab;hpb=a62d46b5e3df32de5706310bd1b86f58028a015d;p=lyx.git diff --git a/src/mathed/InsetMathFont.h b/src/mathed/InsetMathFont.h index 926732b3dc..2dc524177e 100644 --- a/src/mathed/InsetMathFont.h +++ b/src/mathed/InsetMathFont.h @@ -34,6 +34,8 @@ public: /// do we allow changing mode during latex export? bool lockedMode() const; /// + void write(WriteStream & os) const; + /// docstring name() const; /// void metrics(MetricsInfo & mi, Dimension & dim) const; @@ -48,6 +50,8 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void infoize(odocstream & os) const; /// int kerning(BufferView const * bv) const { return cell(0).kerning(bv); } @@ -55,6 +59,8 @@ public: InsetCode lyxCode() const { return MATH_FONT_CODE; } private: + std::string font() const; + /// virtual Inset * clone() const; /// the font to be used on screen latexkeys const * key_;