X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffont-interface.cc;h=9bd109545839de586198784106bd333585c0cf9e;hb=e83d4d449bbb7d775b4ef1058b963fa236ba1048;hp=67eb3b2af82b91fd40b92acfeaded7147fc693dc;hpb=8f8b3fb62d5d0776335de899b32aada69457810a;p=lilypond.git diff --git a/lily/font-interface.cc b/lily/font-interface.cc index 67eb3b2af8..9bd1095458 100644 --- a/lily/font-interface.cc +++ b/lily/font-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2005 Han-Wen Nienhuys + (c) 2000--2009 Han-Wen Nienhuys */ #include "font-interface.hh" @@ -49,8 +49,16 @@ Font_interface::text_font_alist_chain (Grob *g) return g->get_property_alist_chain (defaults); } -ADD_INTERFACE (Font_interface, "font-interface", - "Any symbol that is typeset through fixed sets of glyphs, " - " (ie. fonts)", - "font-magnification font font-series font-shape " - "font-family font-encoding font-name font-size"); +ADD_INTERFACE (Font_interface, + "Any symbol that is typeset through fixed sets of glyphs," + " (i.e., fonts).", + + /* properties */ + "font " + "font-encoding " + "font-family " + "font-name " + "font-series " + "font-shape " + "font-size " + );