]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathSupport.h
Implement variable size bigops
[features.git] / src / mathed / MathSupport.h
index d9301453dde5bb9c2cb5330c6430f9089e96c213..fa7b2fe0ea1d93d905b4954e9e4f4bbd5a71aa2b 100644 (file)
@@ -55,6 +55,8 @@ void mathed_string_dim(FontInfo const & font,
 
 int mathed_string_width(FontInfo const &, docstring const & s);
 
+docstring const & mathedSymbol(MetricsBase & mb, latexkeys const * sym);
+
 void mathedSymbolDim(MetricsBase & mb, Dimension & dim, latexkeys const * sym);
 
 void mathedSymbolDraw(PainterInfo & pi, int x, int y, latexkeys const * sym);