]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / font-interface.hh
index c92692026d6e07ca7d5dbdb2fe5ec69e64eacde5..1fd400a4cefd8b90cdc83e1417051fea24e9b9d5 100644 (file)
@@ -3,20 +3,21 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2000--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef FONT_INTERFACE_HH
 #define FONT_INTERFACE_HH
 
 #include "font-metric.hh"
+#include "grob-interface.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 *);
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif /* FONT_INTERFACE_HH */