]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tfm.hh
release: 1.5.45
[lilypond.git] / lily / include / tfm.hh
index 93deefc1066264f95cfee4073125da356bc21139..5d0d2f118947467a9cee42dcd5f464163c9790ff 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2001 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2002 Jan Nieuwenhuizen <janneke@gnu.org>
 
 
   revamped code from GNU Fontutils-0.6
@@ -150,7 +150,8 @@ class Tex_font_metric : public Font_metric
 public:
   static  SCM make_tfm (String filename);
 
-  Box get_char (int) const;
+  virtual int count () const;
+  virtual Box get_char (int) const;
   Tex_font_char_metric const *find_ascii (int ascii, bool warn=true) const;
 
   String str () const;