]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tfm-reader.hh
*** empty log message ***
[lilypond.git] / lily / include / tfm-reader.hh
index 06e14a4e0efc8267ce44d1003f630e8d7e8e4644..f7e80e35a48ee4948ca689af5f5b2b27e058b9ad 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 
 
   revamped code from GNU Fontutils-0.6
@@ -27,21 +27,19 @@ private:
   void read_char_metrics ();
   Tex_font_char_metric read_char_metric (Char_code code);
   Tex_font_char_metric read_char ();
-  void read_lig_kern_program (Array<Tfm_ligature>* ligatures, Array <Tfm_kern>* kerns);
-
+  void read_lig_kern_program (Array<Tfm_ligature>* ligatures,
+                             Array <Tfm_kern>* kerns);
 
   Binary_source_file input_;
 
 public:
   Tex_font_metric_reader ( String name);
 
-  
   Tfm_info info_;
   Tfm_header header_;
   Array<Tex_font_char_metric> char_metrics_;
   Array<int> ascii_to_metric_idx_;
 };
 
-
 #endif /* TFM_READER_HH */