]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/all-font-metrics.hh
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / include / all-font-metrics.hh
index 784a337afab3a7b54fef35afd59aaaf62a825136..a2d090a6dfd71c7567447e5ff75dd87ece76f756 100644 (file)
@@ -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<All_font_metrics>
 {
   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,