]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathSupport.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / mathed / MathSupport.h
index 04bcffb93141232ef3e0b64417e5ab687e44bc81..968be725ef305ae101d8e100c0c5774004faef10 100644 (file)
@@ -19,6 +19,7 @@
 
 namespace lyx {
 
+class MetricsInfo;
 class PainterInfo;
 class FontInfo;
 class Dimension;
@@ -40,6 +41,8 @@ void mathed_string_dim(FontInfo const & font,
 
 int mathed_string_width(FontInfo const &, docstring const & s);
 
+void metricsStrRedBlack(MetricsInfo & mi, Dimension & dim, docstring const & s);
+
 void drawStrRed(PainterInfo & pi, int x, int y, docstring const & s);
 void drawStrBlack(PainterInfo & pi, int x, int y, docstring const & s);