X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontEnums.h;h=dadbb981db39b12846739e0cc03e282e664335e6;hb=aa185824cf6d4c8ea22b180a20ad27263e270ffc;hp=5dd7839508209f0552e673925b33f69178ba9f6c;hpb=f67cf6f4bb3e3d22ac9aebfa22027c3537cbdf61;p=lyx.git diff --git a/src/FontEnums.h b/src/FontEnums.h index 5dd7839508..dadbb981db 100644 --- a/src/FontEnums.h +++ b/src/FontEnums.h @@ -142,5 +142,25 @@ enum FontState { FONT_IGNORE }; + +/// Math styles +enum MathStyle { + /// + LM_ST_SCRIPTSCRIPT = 0, + /// + LM_ST_SCRIPT, + /// + LM_ST_TEXT, + /// + LM_ST_DISPLAY, + /// + LM_ST_INHERIT, + /// + LM_ST_IGNORE, + /// the text and display fonts are the same + NUM_STYLE = LM_ST_DISPLAY +}; + + } // namespace lyx #endif