]> git.lyx.org Git - lyx.git/blobdiff - src/metricsinfo.h
Point fix, earlier forgotten
[lyx.git] / src / metricsinfo.h
index f48e6bd4d3b3facb550f15848909c75e9ff20019..4881cf8ad6de4df6c5419d81bee6c74ec9d13fc1 100644 (file)
@@ -1,3 +1,14 @@
+// -*- C++ -*-
+/**
+ * \file metricsinfo.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 METRICSINFO_H
 #define METRICSINFO_H
 
@@ -36,11 +47,9 @@ struct MetricsBase {
        LyXFont font;
        /// current math style (display/text/script/..)
        Styles style;
-       /// name of current font
+       /// name of current font - mathed specific
        string fontname;
-       /// if this is set...
-       bool restrictwidth;
-       /// ... this is valid
+       /// This is the width available in pixels
        int textwidth;
 };