X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffont-metric.hh;h=f194dee35ebb1607ce4f88ce4a26c533e5b3a1c8;hb=3863f416bea79ef29dded3b1b8a3f61419098f7a;hp=1107ba9af8e4d08fd6231f60f7ed2279078cbd0d;hpb=04974e9ea76a647fb5ded11d048017ad2e469157;p=lilypond.git diff --git a/lily/include/font-metric.hh b/lily/include/font-metric.hh index 1107ba9af8..f194dee35e 100644 --- a/lily/include/font-metric.hh +++ b/lily/include/font-metric.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2006 Han-Wen Nienhuys + (c) 1999--2008 Han-Wen Nienhuys */ #ifndef FONT_METRIC_HH @@ -77,6 +77,6 @@ public: DECLARE_UNSMOB (Font_metric, metrics); -Box lookup_tex_text_dimension (Font_metric *font, SCM text); +char *pfb2pfa (Byte const *pfb, int length); #endif /* FONT_METRIC_HH */