X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffont-interface.hh;h=1fd400a4cefd8b90cdc83e1417051fea24e9b9d5;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=399511d10351528e3ae9c3c172bf3b539701cf57;hpb=c802622f935af83bb791ded58056428d6be31d0a;p=lilypond.git diff --git a/lily/include/font-interface.hh b/lily/include/font-interface.hh index 399511d103..1fd400a4ce 100644 --- a/lily/include/font-interface.hh +++ b/lily/include/font-interface.hh @@ -1,25 +1,23 @@ -/* +/* font-interface.hh -- declare Font_interface - + source file of the GNU LilyPond music typesetter - - (c) 2000 Han-Wen Nienhuys - - */ + + (c) 2000--2008 Han-Wen Nienhuys +*/ #ifndef FONT_INTERFACE_HH #define FONT_INTERFACE_HH -#include "lily-proto.hh" #include "font-metric.hh" +#include "grob-interface.hh" struct Font_interface { - static SCM font_alist_chain (Score_element*); - static Font_metric * get_font (Score_element*, SCM alist_chain); - static Font_metric * get_default_font (Score_element*); - static SCM add_style (Score_element*, SCM style, SCM alist_chain); - DECLARE_SCHEME_CALLBACK(properties_to_font_name, (SCM,SCM)); + static SCM text_font_alist_chain (Grob *); + static SCM music_font_alist_chain (Grob *); + static Font_metric *get_default_font (Grob *); + DECLARE_GROB_INTERFACE(); }; #endif /* FONT_INTERFACE_HH */