]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/TextPainter.h
This commit fixes a crash when accessing a math inset. This was due to an invalid...
[lyx.git] / src / mathed / TextPainter.h
index 6f02fd57e07a8985991755a44f01aa8633e353d4..261500d55007137181dacdf0cce3c7fb65ef156d 100644 (file)
 
 #include <vector>
 
+// FIXME: Abdel 16/10/2006
+// This TextPainter class is never used, this is dead code.
+/* Georg explanation of current situation:
+AFAIK the text painter was used to export math formulas as ASCII art.
+The text painter is    like a real painter, but operating on a very coarse
+grid of character cells        where each cell can be filled with an ASCII character.
+I don't know why it is currently disabled. I do know that we have a bugzilla
+request for reenabling it.
+*/
+
 class TextPainter {
        public:
                ///