]> git.lyx.org Git - lyx.git/blobdiff - src/FontInfo.h
Issue an error message if conflicting languages are used
[lyx.git] / src / FontInfo.h
index 370610c84e71c1395a37770a509e923d14d6f0c1..b8f71e9bd3f392860a89210ee141138e61f58e1b 100644 (file)
@@ -37,17 +37,17 @@ public:
        FontInfo(
                FontFamily family,
                FontSeries series,
-               FontShape shape,
-               FontSize size,
-               ColorCode color,
-               ColorCode background,
-               FontState emph,
-               FontState underbar,
-               FontState strikeout,
-               FontState uuline,
-               FontState uwave,
-               FontState noun,
-               FontState number)
+               FontShape  shape,
+               FontSize   size,
+               ColorCode  color,
+               ColorCode  background,
+               FontState  emph,
+               FontState  underbar,
+               FontState  strikeout,
+               FontState  uuline,
+               FontState  uwave,
+               FontState  noun,
+               FontState  number)
                : family_(family), series_(series), shape_(shape), size_(size), 
                color_(color), background_(background), paint_color_(), emph_(emph),
                underbar_(underbar), strikeout_(strikeout), uuline_(uuline),