X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fall-font-metrics.hh;h=a2d090a6dfd71c7567447e5ff75dd87ece76f756;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=7f2ca8326ab669b6a4afe7c71a83ddf68202ea62;hpb=652ed35a2013489d0a14fede6307cd2595abb2c4;p=lilypond.git diff --git a/lily/include/all-font-metrics.hh b/lily/include/all-font-metrics.hh index 7f2ca8326a..a2d090a6df 100644 --- a/lily/include/all-font-metrics.hh +++ b/lily/include/all-font-metrics.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1998--2012 Han-Wen Nienhuys + Copyright (C) 1998--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ Interface to all fonts (both system fonts and fonts loaded via Pango). */ -class All_font_metrics +class All_font_metrics : public Smob { Scheme_hash_table *otf_dict_; File_path search_path_; @@ -48,6 +48,7 @@ class All_font_metrics All_font_metrics (All_font_metrics const &); public: + SCM mark_smob () const; Index_to_charcode_map const *get_index_to_charcode_map (const string &filename, int face_index,