]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathSupport.h
Let math mu skips scale with zoom
[lyx.git] / src / mathed / MathSupport.h
index b7e3c7c39b850afacce113c7b8549cad1002f193..87f824dc1685cc4f96a43fc38274dc072170b67c 100644 (file)
@@ -31,11 +31,13 @@ class latexkeys;
 
 int mathed_font_em(FontInfo const &);
 
-int mathed_thinmuskip(FontInfo font);
+int mathed_mu(FontInfo const & font, double mu);
 
-int mathed_medmuskip(FontInfo font);
+int mathed_thinmuskip(FontInfo const & font);
 
-int mathed_thickmuskip(FontInfo font);
+int mathed_medmuskip(FontInfo const & font);
+
+int mathed_thickmuskip(FontInfo const & font);
 
 int mathed_char_width(FontInfo const &, char_type c);