]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/all-font-metrics.hh
* scm/output-tex.scm (font-command): use ly: functions to
[lilypond.git] / lily / include / all-font-metrics.hh
index f705080d32cea8c0992c14d2cbcfe6866b457c0f..776a38d16f40f45027619f52ba1010a1570e7a5e 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,20 @@ 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);
+extern All_font_metrics *all_fonts_global;
 
 #endif /* ALL_FONTS_HH */