X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontEnums.h;h=dadbb981db39b12846739e0cc03e282e664335e6;hb=aa185824cf6d4c8ea22b180a20ad27263e270ffc;hp=43d614d22bbbbec29f6aa581f23a02523a1c0ba6;hpb=a9eb87a89d2ba1a492f2a01fc92e360e056bf2d6;p=lyx.git diff --git a/src/FontEnums.h b/src/FontEnums.h index 43d614d22b..dadbb981db 100644 --- a/src/FontEnums.h +++ b/src/FontEnums.h @@ -154,6 +154,10 @@ enum MathStyle { /// LM_ST_DISPLAY, /// + LM_ST_INHERIT, + /// + LM_ST_IGNORE, + /// the text and display fonts are the same NUM_STYLE = LM_ST_DISPLAY };