]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-metric.hh
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / lily / include / font-metric.hh
index 7a388f86f35c1031f59c023805802b5c973c9cfc..429801db5520800c1043afafc43306b39346f303 100644 (file)
@@ -47,7 +47,9 @@ public:
   // Return stencil for given string. output_state may be modified to
   // record the font.
   virtual Stencil text_stencil (Output_def *output_state,
-                                const string &text, bool music) const;
+                                const string &text,
+                                bool music,
+                                const string &features_str) const;
 
   virtual string font_name () const;
   virtual size_t count () const;