]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / font-interface.hh
index 210c4c07f30e2d48aebbb1ffb66590ad3397c376..ec8f680f32a28f46743c431437194a39714d9ec0 100644 (file)
@@ -3,20 +3,21 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2000--2007 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 */