]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/afm.hh
Updates.
[lilypond.git] / lily / include / afm.hh
index e60686d8377ac4fa2941ba139df8c77502eb3406..01982d5c9904dd6dbb02c07da75ea2eb7ca66bb8 100644 (file)
@@ -4,7 +4,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -27,7 +27,7 @@ struct Adobe_font_metric : Font_metric
   AFM_CharMetricInfo const *find_char_metric (String name, bool warn=true) const;
   AFM_CharMetricInfo const *find_ascii_metric (int, bool warn=true) const;  
 
-  String string () const;
+  String to_string () const;
   ~Adobe_font_metric ();
   static SCM make_afm (AFM_Font_info*, unsigned);