]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / font-interface.hh
index 5a15a29eae8d245171bc201f1ff1399340e10366..c92692026d6e07ca7d5dbdb2fe5ec69e64eacde5 100644 (file)
@@ -1,24 +1,22 @@
-/*   
+/*
   font-interface.hh -- declare Font_interface
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef FONT_INTERFACE_HH
 #define FONT_INTERFACE_HH
 
-#include "lily-proto.hh"
 #include "font-metric.hh"
 
 struct Font_interface
 {
-  static SCM text_font_alist_chain (Grob*);
-  static SCM music_font_alist_chain (Grob*);
-  static Font_metric * get_default_font (Grob*);
-  static bool has_interface (Grob*);
+  static SCM text_font_alist_chain (Grob *);
+  static SCM music_font_alist_chain (Grob *);
+  static Font_metric *get_default_font (Grob *);
+  static bool has_interface (Grob *);
 };
 
 #endif /* FONT_INTERFACE_HH */