]> git.donarmstrong.com Git - lilypond.git/commit
Change API to filter music fonts in text-interface
authorPatrick McCarty <pnorcks@gmail.com>
Wed, 15 Jul 2009 16:54:28 +0000 (09:54 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sun, 26 Jul 2009 03:35:38 +0000 (20:35 -0700)
commitc5db146c701720c3dbef76a0da1e1dc537f78ddc
tree2aa4237106ecffbf22973ae10f6b7d7c360442d4
parent60b9f1f98c37d4f7d9ffc65e16159148d2de43a5
Change API to filter music fonts in text-interface

Currently, some grobs using the text-interface require
the music fonts (Emmentaler and Aybabtu).  The new changes
for the SVG backend require special handling for these
cases, thus the API change.

Now the SVG backend will use "glyph-string" to output text
in the music fonts, and "utf-8-string" for all other text.
lily/font-metric-scheme.cc
lily/font-metric.cc
lily/include/font-metric.hh
lily/include/modified-font-metric.hh
lily/include/pango-font.hh
lily/modified-font-metric.cc
lily/pango-font.cc
lily/text-interface.cc