]> git.lyx.org Git - lyx.git/blobdiff - src/Length.h
Account for old versions of Pygments
[lyx.git] / src / Length.h
index c04a41f394e3f73f7b863b70f0f6f02ec39a84f3..8f192f85c6730d05a68a2102b20b06b8f06371fb 100644 (file)
@@ -97,9 +97,11 @@ public:
         *      FontMetrics::em() to get this value.
         */
        int inPixels(int text_width, int em_width = 0) const;
+
        /** return the on-screen size of this length
         *
-        *  This version of the function uses the right EM definition.
+        *  This version of the function uses the current inset width as
+        *  width and the EM value of the current font.
         */
        int inPixels(MetricsBase const &) const;
        /// return the value in Big Postscript points.