X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fall-font-metrics.hh;h=59cc9f86ea916583bf8a08531ec98725681a8e25;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=c8c0de2f0a78f748bb61d70b9423c8666e1541c1;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/lily/include/all-font-metrics.hh b/lily/include/all-font-metrics.hh index c8c0de2f0a..59cc9f86ea 100644 --- a/lily/include/all-font-metrics.hh +++ b/lily/include/all-font-metrics.hh @@ -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;