X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontEnums.h;h=43d614d22bbbbec29f6aa581f23a02523a1c0ba6;hb=3dfa1cb417fe909adb96311500bc00e7f8306fd6;hp=5dd7839508209f0552e673925b33f69178ba9f6c;hpb=f67cf6f4bb3e3d22ac9aebfa22027c3537cbdf61;p=lyx.git diff --git a/src/FontEnums.h b/src/FontEnums.h index 5dd7839508..43d614d22b 100644 --- a/src/FontEnums.h +++ b/src/FontEnums.h @@ -142,5 +142,21 @@ enum FontState { FONT_IGNORE }; + +/// Math styles +enum MathStyle { + /// + LM_ST_SCRIPTSCRIPT = 0, + /// + LM_ST_SCRIPT, + /// + LM_ST_TEXT, + /// + LM_ST_DISPLAY, + /// + NUM_STYLE = LM_ST_DISPLAY +}; + + } // namespace lyx #endif