]> git.lyx.org Git - features.git/blobdiff - src/mathed/support.h
More fonts in mathed.
[features.git] / src / mathed / support.h
index 79248d90a7d946794943a90476482f312c8be86e..046f285c9c862f0ecabe0bd57d5fffce7d5902bd 100644 (file)
@@ -9,7 +9,6 @@
 class Painter;
 class latexkeys;
 
-extern char const * math_font_name[];
 extern char const * latex_mathspace[];
 
 int mathed_char_height(MathTextCodes type, MathStyles size, unsigned char c,
@@ -40,4 +39,6 @@ void drawChar(Painter & pain, MathTextCodes type, MathStyles siz,
 void math_font_max_dim
        (MathTextCodes code, MathStyles siz, int & asc, int & desc);
 
+bool math_font_available(MathTextCodes code);
+
 #endif