]> git.lyx.org Git - lyx.git/blobdiff - src/Font.h
Move the inPixels(MetricsBase) help from Length to MetricsBase.
[lyx.git] / src / Font.h
index 02b996e24f7c906dfe7f55caf6e6c6fa576196e1..8b8ddf8d28acb308bf616c614e6213315e167696 100644 (file)
@@ -15,7 +15,6 @@
 #ifndef FONT_H
 #define FONT_H
 
-#include "ColorCode.h"
 #include "FontInfo.h"
 
 #include "support/strfwd.h"
@@ -86,6 +85,7 @@ public:
                                 OutputParams const & runparams,
                                 Font const & base,
                                 Font const & next,
+                                bool & needPar,
                                 bool const & closeLanguage = true) const;