]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_charinset.C
More fonts in mathed.
[features.git] / src / mathed / math_charinset.C
index 353f60e9e51929d6611e321ecfeccd7bc673b1ab..898868b9a3edca89ff0ddf6b61107e9516ab7572 100644 (file)
 #include "debug.h"
 
 
+namespace {
+
+char const * math_font_name[] = {
+       "mathrm",
+       "mathcal",
+       "mathbf",
+       "mathsf",
+       "mathtt",
+       "mathit",
+       "textrm"
+};
+
+}
+
+
 MathCharInset::MathCharInset(char c)
        : char_(c), code_(nativeCode(c))
 {