X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFont.h;h=2dc524177ec391bad471a1eb08a13c1a3c8ef34e;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=88c83165e94dd95140ae96f2f8c4fd611e165f4f;hpb=2a1c6c354134350ceaba8d0ec025f85e7e481b77;p=lyx.git diff --git a/src/mathed/InsetMathFont.h b/src/mathed/InsetMathFont.h index 88c83165e9..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; @@ -57,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_;