]> git.lyx.org Git - features.git/blobdiff - src/lyxlength.h
latest graphics jumbo patch from herbert
[features.git] / src / lyxlength.h
index 86fc8867690fae2c44a173b9ff93a280ef9e3ec4..1d84408fbce3a65a297925d224c87ec36ec48394 100644 (file)
@@ -36,10 +36,12 @@ public:
                EX, ///< Height of a small "x" for the current font.
                EM, ///< Width of capital "M" in current font.
                MU, ///< Math unit (18mu = 1em) for positioning in math mode
-               PW, ///< Percent of columnwidth both "%" or "%c"
-               PE, ///< FIXME
+               PW, ///< Percent of columnwidth
+               PE, ///< Percent of textwidth
                PP, ///< Percent of pagewidth
                PL, ///< Percent of linewidth
+               TH, ///< Percent of textheight          // Herbert 2002-05-16
+               PH, ///< Percent of paperheight         // Herbert 2002-05-16
                UNIT_NONE ///< no unit
        };