X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffont-interface.cc;h=a65a3c14bfb790b2bc9c4713c832c7b9e293acfa;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=db4aa39d18bc0a7f5d6ff63900f74b4c07653f88;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/font-interface.cc b/lily/font-interface.cc index db4aa39d18..a65a3c14bf 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--2006 Han-Wen Nienhuys + (c) 2000--2008 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 " + );