From 336f0dc0a8688e39c60fa11ace290b4618f31670 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:05:21 +0000 Subject: [PATCH] lilypond-1.3.6 --- lily/include/all-fonts.hh | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 lily/include/all-fonts.hh 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 */ - -- 2.39.5