]> git.lyx.org Git - lyx.git/blobdiff - src/Length.cpp
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / Length.cpp
index c9d6be2a4e32843e35f17714792c8f303fc304f6..a47052b506757b53083842dd7c33c7b1ad4a4bd2 100644 (file)
@@ -153,7 +153,7 @@ int Length::inPixels(int text_width, int em_width_base) const
                ? em_width_base
                : 10*(dpi/72.27)*zoom;
        // A different estimate for em_width is
-       // theFontMetrics(LyXFont(LyXFont::ALL_SANE)).width('M')
+       // theFontMetrics(Font(Font::ALL_SANE)).width('M')
        // but this estimate might not be more accurate as the screen font
        // is different then the latex font.