]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
2003 -> 2004
[lilypond.git] / lily / include / font-interface.hh
index e18cc9f3ef33bf41027fd23755907890f7801a46..58e9a986c6a4a62cac17a4b2691286bab52eb721 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 (Grob*);
-  static Font_metric * get_font (Grob*, SCM alist_chain);
   static Font_metric * get_default_font (Grob*);
-  static SCM add_style (Grob*, SCM style, SCM alist_chain);
-  static bool wild_compare(SCM field_val, SCM val);
-  DECLARE_SCHEME_CALLBACK(properties_to_font_name, (SCM,SCM));
+  static bool has_interface (Grob*);
 };
 
 #endif /* FONT_INTERFACE_HH */