X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffont-interface.hh;h=fce817ba87d9f5bf1bd0536cea2a5530ef37e87b;hb=26380ed75fbd7b32781715c043dfa5dd96dfbe4a;hp=176e4c32104b1a571de4fd5cc49ef665745987b9;hpb=bfb10684605084baf1a898be8f42c0e463c5764a;p=lilypond.git diff --git a/lily/include/font-interface.hh b/lily/include/font-interface.hh index 176e4c3210..fce817ba87 100644 --- a/lily/include/font-interface.hh +++ b/lily/include/font-interface.hh @@ -1,27 +1,22 @@ -/* +/* font-interface.hh -- declare Font_interface - + source file of the GNU LilyPond music typesetter - - (c) 2000--2002 Han-Wen Nienhuys - - */ + + (c) 2000--2005 Han-Wen Nienhuys +*/ #ifndef FONT_INTERFACE_HH #define FONT_INTERFACE_HH -#include "lily-proto.hh" #include "font-metric.hh" 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*); + 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 */