]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-interface.cc
release: 1.5.47
[lilypond.git] / lily / font-interface.cc
index c5c32c2337d2f2df2b08694af97e1786226a718c..09275dc19d3d4d94bacade9762eefb0e6b7ef420 100644 (file)
@@ -237,3 +237,9 @@ Font_interface::properties_to_font_name (SCM fonts, SCM alist_chain)
   return ly_str02scm ("cmr10");
   
 }
+
+
+
+ADD_INTERFACE (Font_interface, "font-interface",
+  "Any symbol that is typeset through fixed sets of glyphs (ie. fonts)",
+  "font-magnification font-style font font-series font-shape font-family font-name font-design-size font-relative-size");