]> git.lyx.org Git - lyx.git/blobdiff - src/FontEnums.h
de.po
[lyx.git] / src / FontEnums.h
index 5dd7839508209f0552e673925b33f69178ba9f6c..dadbb981db39b12846739e0cc03e282e664335e6 100644 (file)
@@ -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