X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ffont-metric.hh;h=2efea228e2fa9597f93d95c3ef119003b3d0928e;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=f77d394599cb09b06cee3d5c3dbbd4c5134ee4b1;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/include/font-metric.hh b/lily/include/font-metric.hh index f77d394599..2efea228e2 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--2007 Han-Wen Nienhuys + (c) 1999--2008 Han-Wen Nienhuys */ #ifndef FONT_METRIC_HH @@ -79,4 +79,6 @@ 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 */