X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fall-font-metrics.cc;h=c39cee79d35c686ad9c1f3e70168d2feda3ad061;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=42b405e11bd44acd2ac74da382ea00992d406252;hpb=c39d188d28fdc84cef8cbaea7b8d6e2fb718c30f;p=lilypond.git diff --git a/lily/all-font-metrics.cc b/lily/all-font-metrics.cc index 42b405e11b..c39cee79d3 100644 --- a/lily/all-font-metrics.cc +++ b/lily/all-font-metrics.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1999--2014 Han-Wen Nienhuys + Copyright (C) 1999--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 @@ -103,7 +103,7 @@ All_font_metrics::find_pango_font (PangoFontDescription const *description, scm_from_double (1.0)); } g_free (pango_fn); - return dynamic_cast (unsmob_metrics (val)); + return dynamic_cast (Font_metric::unsmob (val)); } #endif @@ -128,15 +128,15 @@ All_font_metrics::find_otf (const string &name) debug_output ("]", false); - unsmob_metrics (val)->file_name_ = file_name; + Font_metric::unsmob (val)->file_name_ = file_name; SCM name_string = ly_string2scm (name); - unsmob_metrics (val)->description_ = scm_cons (name_string, + Font_metric::unsmob (val)->description_ = scm_cons (name_string, scm_from_double (1.0)); otf_dict_->set (sname, val); - unsmob_metrics (val)->unprotect (); + Font_metric::unsmob (val)->unprotect (); } - return dynamic_cast (unsmob_metrics (val)); + return dynamic_cast (Font_metric::unsmob (val)); } Font_metric *