]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/all-font-metrics.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / all-font-metrics.hh
index c8c0de2f0a78f748bb61d70b9423c8666e1541c1..59cc9f86ea916583bf8a08531ec98725681a8e25 100644 (file)
@@ -23,6 +23,7 @@
 */
 class All_font_metrics
 {
+  Scheme_hash_table *tfm_dict_;
   Scheme_hash_table *otf_dict_;
   File_path search_path_;
 
@@ -43,6 +44,7 @@ public:
                               Real scale);
 #endif
 
+  Tex_font_metric *find_tfm (string);
   Font_metric *find_font (string name);
   Open_type_font *find_otf (string name);
   SCM font_descriptions () const;