]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.6
authorfred <fred>
Tue, 26 Mar 2002 23:05:21 +0000 (23:05 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:05:21 +0000 (23:05 +0000)
lily/include/all-fonts.hh [deleted file]

diff --git a/lily/include/all-fonts.hh b/lily/include/all-fonts.hh
deleted file mode 100644 (file)
index 827fcb4..0000000
+++ /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 <hanwen@cs.uu.nl>
-  
- */
-
-#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<Adobe_font_metric*> afm_p_dict_;
-  Dictionary<Tex_font_metric*> 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 */
-