]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / font-interface.hh
index 03aa03898cd72db18eac5b750f4a569f8d62b0e9..ce14d49a480dfb192c9cd3d282d80704108561a8 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  2000--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -21,6 +21,8 @@ struct Font_interface
   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));
+  DECLARE_SCHEME_CALLBACK (get_property_alist_chain, (SCM));
+  static bool has_interface (Grob*);
 };
 
 #endif /* FONT_INTERFACE_HH */