]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/text-metrics.hh
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / text-metrics.hh
1 /*
2   text-metrics.hh -- declare text metric lookup functions
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2004--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef TEXT_METRICS_HH
10 #define TEXT_METRICS_HH
11
12 #include "lily-guile.hh"
13 #include "box.hh"
14
15 void try_load_text_metrics (string);
16 SCM ly_load_text_dimensions (SCM);
17 Box lookup_tex_text_dimension (Font_metric *font,
18                                SCM text);
19
20 #endif /* TEXT_METRICS_HH */
21