]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/all-font-metrics.hh
2003 -> 2004
[lilypond.git] / lily / include / all-font-metrics.hh
index f705080d32cea8c0992c14d2cbcfe6866b457c0f..7174d16dbb45f80f27fb260409a585965c517de1 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -21,22 +21,18 @@ class All_font_metrics
 {
   Scheme_hash_table *afm_p_dict_;
   Scheme_hash_table *tfm_p_dict_;
-  Scheme_hash_table *scaled_p_dict_;
-  
   File_path search_path_;
 public:
   ~All_font_metrics ();  
   Adobe_font_metric *find_afm (String name);
   Tex_font_metric *find_tfm (String);
   Font_metric *find_font (String name);  
-  Scaled_font_metric* find_scaled (String , int);
+
   
   All_font_metrics (String search_path);
   
   SCM font_descriptions () const;
 };
 
-Font_metric * find_font (String name);
-
 #endif /* ALL_FONTS_HH */