]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/all-font-metrics.hh
release: 1.3.74
[lilypond.git] / lily / include / all-font-metrics.hh
index b01ad19119138d8a13dfe2f50809a6acc12af93a..f705080d32cea8c0992c14d2cbcfe6866b457c0f 100644 (file)
 #ifndef ALL_FONTS_HH
 #define ALL_FONTS_HH
 
-
 #include "file-path.hh"
 #include "lily-proto.hh"
 #include "font-metric.hh"
-#include "scm-hash.hh"
 
 /**
    Interface to all .afm files living in the filesystem.
  */
 class All_font_metrics
 {
-  Scheme_hash_table afm_p_dict_;
-  Scheme_hash_table tfm_p_dict_;
-  Scheme_hash_table scaled_p_dict_;
+  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);