]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tfm.hh
* scm/framework-ps.scm (write-preamble): embed CFFs if file name
[lilypond.git] / lily / include / tfm.hh
index 8dba46d3e52a7e0dd57a6f03296b5608bb55a7af..32f1222589475a09b36ae0ab3ed274d95e26cf79 100644 (file)
@@ -1,14 +1,13 @@
-/*   
+/*
   tfm.hh -- declare Tex_font_metric
-  
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 1999--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 
 
   revamped code from GNU Fontutils-0.6
-
- */
+*/
 
 /*
   TODO: aren't there standard libs?  Ideally it is better to just link
@@ -138,10 +137,9 @@ struct Tex_font_char_metric
 
   Tex_font_char_metric ();
 
-  Box dimensions () const; 
+  Box dimensions () const;
 };
 
-
 class Tex_font_metric : public Simple_font_metric
 {
 public:
@@ -155,7 +153,7 @@ public:
   virtual String font_name () const;
 
   Tfm_info const &info () const;
-  
+
 protected:
   Tfm_info info_;
   Tfm_header header_;
@@ -168,6 +166,5 @@ private:
   Tex_font_metric ();
 };
 
-
 #endif /* TFM_HH */