]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tfm-reader.hh
* flower/include/axis.hh: rename from axes.hh
[lilypond.git] / lily / include / tfm-reader.hh
index 06e14a4e0efc8267ce44d1003f630e8d7e8e4644..a42a5601e6da97aa12d507ec92e288d8a063e73a 100644 (file)
@@ -1,14 +1,13 @@
-/*   
+/*
   tfm-reader.hh -- declare Tex_font_metric_reader
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1999--2002 Jan Nieuwenhuizen <janneke@gnu.org>
 
+  (c) 1999--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 
-  revamped code from GNU Fontutils-0.6
 
- */
+  revamped code from GNU Fontutils-0.6
+*/
 
 #ifndef TFM_READER_HH
 #define TFM_READER_HH
@@ -27,21 +26,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);
+  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 */