]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathSupport.h
Substack support for XHTML.
[lyx.git] / src / mathed / MathSupport.h
index 8bda8ac80aa463517d5809c84b6d5c7ed6650559..04bcffb93141232ef3e0b64417e5ab687e44bc81 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -13,7 +13,7 @@
 #ifndef MATH_SUPPORT_H
 #define MATH_SUPPORT_H
 
-#include "mathparser_flags.h"
+#include "MathParser_flags.h"
 #include "support/strfwd.h"
 #include <vector>
 
@@ -49,6 +49,10 @@ void augmentFont(FontInfo & f, docstring const & cmd);
 
 bool isFontName(docstring const & name);
 
+bool isMathFont(docstring const & name);
+
+bool isTextFont(docstring const & name);
+
 // converts single cell to string
 docstring asString(MathData const & ar);
 // converts single inset to string