Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / font-interface.hh
blobec8f680f32a28f46743c431437194a39714d9ec0
1 /*
2 font-interface.hh -- declare Font_interface
4 source file of the GNU LilyPond music typesetter
6 (c) 2000--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
9 #ifndef FONT_INTERFACE_HH
10 #define FONT_INTERFACE_HH
12 #include "font-metric.hh"
13 #include "grob-interface.hh"
15 struct Font_interface
17 static SCM text_font_alist_chain (Grob *);
18 static SCM music_font_alist_chain (Grob *);
19 static Font_metric *get_default_font (Grob *);
20 DECLARE_GROB_INTERFACE();
23 #endif /* FONT_INTERFACE_HH */