X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Ftextpainter.h;h=3ae9ab3f5e09882c0b1071aa4b68e9ef3c669112;hb=12ac7f339e14c4f76a24f45a21c0697303099145;hp=702d573cfa807a2f09cc202cb63ad3675dffde71;hpb=858355fb69e30dbfbe84fb023076b5ac4ad7b0ec;p=lyx.git diff --git a/src/mathed/textpainter.h b/src/mathed/textpainter.h index 702d573cfa..3ae9ab3f5e 100644 --- a/src/mathed/textpainter.h +++ b/src/mathed/textpainter.h @@ -1,6 +1,18 @@ +// -*- C++ -*- +/** + * \file textpainter.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author André Pönitz + * + * Full author contact details are available in file CREDITS. + */ + #ifndef TEXTPAINTER_H #define TEXTPAINTER_H + #include #include @@ -13,7 +25,7 @@ class TextPainter { /// void draw(int x, int y, char c); /// - void show(std::ostream & os) const; + void show(std::ostream & os, int offset = 0) const; /// int textheight() const { return ymax_; } ///