]> git.lyx.org Git - lyx.git/blobdiff - src/FontInfo.h
fix typo that put too many include paths for most people
[lyx.git] / src / FontInfo.h
index 13e34708979c85b30a9b47b3414cd65288c12e4e..7f4af1d4c7e574953a344c1fc63cf212bacf68c1 100644 (file)
@@ -1,16 +1,16 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1997 Asger Alstrup
  *           and the LyX Team.
  *
  * ====================================================== */
 
 #ifndef FONTINFO_H
-#define FONTINFO_H 
+#define FONTINFO_H
 
 #ifdef __GNUG__
 #pragma interface
@@ -21,7 +21,7 @@
 #include <boost/smart_ptr.hpp>
 
 /** This class manages a font.
-    The idea is to create a FontInfo object with a font name pattern with a 
+    The idea is to create a FontInfo object with a font name pattern with a
     wildcard at the size field. Then this object can host request for font-
     instances of any given size. If no exact match is found, the closest size
     is chosen instead. If the font is scalable, the flag
@@ -86,7 +86,7 @@ private:
        /// Ask X11 about this font pattern
        void query();
 
-       /// Build newly sized font string 
+       /// Build newly sized font string
        string const resize(string const &, int size) const;
 };
 #endif