]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
Web-fr: correcting some building errors
[lilypond.git] / lily / font-metric.cc
index 50f97f419d7c2087e806310b78fdf43b0c52ba0e..b2ff830696a315cd36e5bc1bd8fc25e6a7bcc998 100644 (file)
@@ -138,26 +138,10 @@ Font_metric::font_name () const
   return s;
 }
 
-size_t
-Font_metric::index_to_ascii (size_t i) const
-{
-  return i;
-}
-
 size_t
 Font_metric::index_to_charcode (size_t i) const
 {
-  return index_to_ascii (i);
-}
-
-Stencil
-Font_metric::get_indexed_char_stencil (size_t code) const
-{
-  size_t idx = index_to_ascii (code);
-  SCM at = scm_list_3 (ly_symbol2scm ("char"), self_scm (),
-                      scm_from_unsigned (idx));
-  Box b = get_indexed_char_dimensions (code);
-  return Stencil (b, at);
+  return i;
 }
 
 Offset
@@ -173,7 +157,7 @@ Font_metric::sub_fonts () const
 }
 
 Stencil
-Font_metric::text_stencil (Output_defstate,
+Font_metric::text_stencil (Output_def *state,
                            string, bool) const
 {
   (void) state;