]> git.lyx.org Git - lyx.git/blobdiff - src/FontInfo.h
Add the emf and wmf graphics format as parameters to LFUN_PASTE.
[lyx.git] / src / FontInfo.h
index 8e05cee007da1f6ef6a094a5aa6137cf8ad0f5cc..8db78d5ce1a492fe52e7ada0ecbf491cc1df9ba2 100644 (file)
@@ -42,8 +42,8 @@ public:
                FontState emph,
                FontState underbar,
                FontState noun,
-               FontState number
-               ): family_(family), series_(series), shape_(shape), size_(size), 
+               FontState number)
+               : family_(family), series_(series), shape_(shape), size_(size), 
                color_(color), background_(background), paint_color_(), emph_(emph),
                underbar_(underbar), noun_(noun), number_(number)
        {}
@@ -126,9 +126,6 @@ public:
 private:
        friend bool operator==(FontInfo const & lhs, FontInfo const & rhs);
 
-       /// The color used for painting
-       Color paint_color_;
-
        ///
        FontFamily family_;
        ///
@@ -141,6 +138,8 @@ private:
        ColorCode color_;
        ///
        ColorCode background_;
+       /// The color used for painting
+       Color paint_color_;
        ///
        FontState emph_;
        ///