]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pango-font.hh
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / lily / include / pango-font.hh
index aaae077b769d01bd257e1e96414581a6ea147dd4..5e804f7a8f8f743430dd0c757d3220bd9df5619b 100644 (file)
@@ -63,7 +63,9 @@ public:
   Stencil pango_item_string_stencil (PangoGlyphItem const *) const;
 
   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 void derived_mark () const;
 };