From: fred Date: Tue, 26 Mar 2002 23:05:21 +0000 (+0000) Subject: lilypond-1.3.6 X-Git-Tag: release/1.5.59~1742 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=336f0dc0a8688e39c60fa11ace290b4618f31670;p=lilypond.git lilypond-1.3.6 --- diff --git a/lily/include/all-fonts.hh b/lily/include/all-fonts.hh deleted file mode 100644 index 827fcb483c..0000000000 --- a/lily/include/all-fonts.hh +++ /dev/null @@ -1,38 +0,0 @@ -/* - all-fonts.hh -- declare All_font_metrics - - source file of the GNU LilyPond music typesetter - - (c) 1998--1999 Han-Wen Nienhuys - - */ - -#ifndef ALL_FONTS_HH -#define ALL_FONTS_HH - -#include "dictionary.hh" -#include "file-path.hh" -#include "lily-proto.hh" -#include "font-metric.hh" - -/** - Interface to all .afm files living in the filesystem. - */ -class All_font_metrics -{ - Dictionary afm_p_dict_; - Dictionary tfm_p_dict_; - File_path search_path_; -public: - - Adobe_font_metric *find_afm (String name); - Tex_font_metric *find_tfm (String); - Font_metric *find_font (String name); - All_font_metrics (String search_path); -}; - - - - -#endif /* ALL_FONTS_HH */ -