]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-size-engraver.cc
* lily/include/sequential-iterator.hh (class Sequential_iterator):
[lilypond.git] / lily / font-size-engraver.cc
index a8554d4453a543a5d54599b340da7021f720bae9..41874eeae3c3eb91ec354d207943b401fd240b00 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2001--2002  Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -25,6 +25,10 @@ Font_size_engraver::Font_size_engraver ()
 
 }
 
+/*
+  TODO: use fontSize = NUMBER as a scaling constant: find the closest
+  integer design size, and use magnification to do the fractional bit.
+*/
 void
 Font_size_engraver::acknowledge_grob (Grob_info gi)
 {
@@ -43,6 +47,6 @@ Font_size_engraver::acknowledge_grob (Grob_info gi)
 ENTER_DESCRIPTION(Font_size_engraver,
 /* descr */       "Puts fontSize into font-relative-size grob property.",
 /* creats*/       "",
-/* acks  */       "grob-interface",
+/* acks  */       "font-interface",
 /* reads */       "fontSize",
 /* write */       "");