]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
* flower
[lilypond.git] / lily / include / font-interface.hh
index 28ac73349e0370acff28847030ca1322b03fa884..fce817ba87d9f5bf1bd0536cea2a5530ef37e87b 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   font-interface.hh -- declare Font_interface
-  
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+*/
 
 #ifndef FONT_INTERFACE_HH
 #define FONT_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*);
+  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 */