X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fall-font-metrics.hh;h=a2d090a6dfd71c7567447e5ff75dd87ece76f756;hb=0b25807868f2e1f3372a8fb5e19d9036dec53ecc;hp=8ab15cf8ce3b1d421effb17ceddc702f20e17956;hpb=0b544cfb7332615ef809b71b57ab656741311ae1;p=lilypond.git diff --git a/lily/include/all-font-metrics.hh b/lily/include/all-font-metrics.hh index 8ab15cf8ce..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--2014 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,