]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
*** empty log message ***
[lilypond.git] / lily / include / font-interface.hh
index 34f72a6a6ba25bc17f2e8025397cf0bbe1a85df4..5a15a29eae8d245171bc201f1ff1399340e10366 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 
 struct Font_interface
 {
-  static SCM font_alist_chain (Score_element*);
-  static Font_metric * get_default_font (Score_element*); 
+  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 */