]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
release: 1.5.45
[lilypond.git] / lily / include / font-interface.hh
index 34f72a6a6ba25bc17f2e8025397cf0bbe1a85df4..d377b4d1ff0d82b3576c706405f4fedcbf37cc09 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--2002 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 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));
 };
 
 #endif /* FONT_INTERFACE_HH */