lilypond-1.3.100
[lilypond.git] / lily / include / font-interface.hh
blob0ce2620c875991e44b66e207ccee961cd5bc7648
1 /*
2 font-interface.hh -- declare Font_interface
4 source file of the GNU LilyPond music typesetter
6 (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #ifndef FONT_INTERFACE_HH
11 #define FONT_INTERFACE_HH
13 #include "lily-proto.hh"
14 #include "font-metric.hh"
16 struct Font_interface
18 static Font_metric * get_default_font (Score_element*);
21 #endif /* FONT_INTERFACE_HH */