]> git.donarmstrong.com Git - lilypond.git/commitdiff
thinko
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 30 Apr 2007 01:06:15 +0000 (21:06 -0400)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 30 Apr 2007 01:06:15 +0000 (21:06 -0400)
lily/ttf.cc

index b2ffbe340d83d13f7bd12eb830f5408bc6d5abba..095de80ab1ff0710db1147ae08345902e0ab75b5 100644 (file)
@@ -258,7 +258,8 @@ create_type42_font (void *out, string name)
   FT_Face face = open_ft_face (name);
 
   print_header (out, face);
-  print_body (out, face);
+  // new_print_body (out, face);
+  print_body (out, name);
   print_trailer (out, face);
 
   FT_Done_Face (face);