X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffont-interface.hh;h=1fd400a4cefd8b90cdc83e1417051fea24e9b9d5;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=11a3d3af8d48d06f7d8b1f326d8a5cbef17c12a6;hpb=11b3094461e045deafd0e2b1cef8c60f79e259a1;p=lilypond.git diff --git a/lily/include/font-interface.hh b/lily/include/font-interface.hh index 11a3d3af8d..1fd400a4ce 100644 --- a/lily/include/font-interface.hh +++ b/lily/include/font-interface.hh @@ -1,23 +1,23 @@ -/* +/* font-interface.hh -- declare Font_interface - + source file of the GNU LilyPond music typesetter - - (c) 2000--2003 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 (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 *); + DECLARE_GROB_INTERFACE(); }; #endif /* FONT_INTERFACE_HH */