]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathSupport.h
Small improvement for bug #7509 as suggested by JMarc
[lyx.git] / src / mathed / MathSupport.h
index 85f0292762684a2670f8923af3ad67206241d0b8..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.
  */
@@ -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