]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/text-metrics.hh
*** empty log message ***
[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--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
8 */
9
10 #ifndef TEXT_METRICS_HH
11 #define TEXT_METRICS_HH
12
13 #include "lily-guile.hh"
14 #include "box.hh"
15
16 void try_load_text_metrics (String);
17 SCM ly_load_text_dimensions (SCM);
18 Box lookup_tex_text_dimension (Font_metric *font,
19                            SCM text);
20
21 #endif /* TEXT_METRICS_HH */
22