]> git.lyx.org Git - lyx.git/blobdiff - src/Length.h
de.po
[lyx.git] / src / Length.h
index 2a8f0642108602fb70c8f01195f47fff31e4322d..aaf19238e69541a47db7eb47cea89cdf08ac9bf7 100644 (file)
@@ -20,8 +20,6 @@
 
 namespace lyx {
 
-class MetricsBase;
-
 // Solaris/x86 version 9 and earlier define these
 #undef PC
 #undef SP
@@ -58,6 +56,7 @@ public:
                PLW, //< Percent of LineWidth
                PTH, //< Percent of TextHeight          // Herbert 2002-05-16
                PPH, //< Percent of PaperHeight         // Herbert 2002-05-16
+               BLS, //< Percent of BaselineSkip        // uwestoehr 2017-04-01
                UNIT_NONE ///< no unit
        };
 
@@ -96,11 +95,7 @@ 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.
-        */
-       int inPixels(MetricsBase const &) const;
+
        /// return the value in Big Postscript points.
        /// Caution: Inaccurate for em, ex, mu and percent units.
        int inBP() const;