]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-metric.cc
* lily/pango-font.cc (text_stencil): allow 'tight' bounds.
[lilypond.git] / lily / font-metric.cc
index 70017df10c41ca2a20d7eeed092d5715e2a843bc..7cfb8d749ccd1628d958f9ba039102c3d58c8bbf 100644 (file)
@@ -179,6 +179,12 @@ Font_metric::sub_fonts () const
   return SCM_EOL;
 }
 
+Stencil
+Font_metric::word_stencil (string str) const
+{
+  return text_stencil (str);
+}
+
 Stencil
 Font_metric::text_stencil (string str) const
 {