]> 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 a2279991af1474c24046c7d3558fe0367da83780..04bcffb93141232ef3e0b64417e5ab687e44bc81 100644 (file)
@@ -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