]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
release: 1.3.105
[lilypond.git] / lily / include / font-interface.hh
index 0ce2620c875991e44b66e207ccee961cd5bc7648..399511d10351528e3ae9c3c172bf3b539701cf57 100644 (file)
 
 struct Font_interface
 {
-  static Font_metric * get_default_font (Score_element*); 
+  static SCM font_alist_chain (Score_element*);
+  static Font_metric * get_font (Score_element*, SCM alist_chain);
+  static Font_metric * get_default_font (Score_element*);
+  static SCM add_style (Score_element*, SCM style, SCM alist_chain);
+  DECLARE_SCHEME_CALLBACK(properties_to_font_name, (SCM,SCM));
 };
 
 #endif /* FONT_INTERFACE_HH */