]> git.donarmstrong.com Git - lilypond.git/commit
Fix #927.
authorPatrick McCarty <pnorcks@gmail.com>
Sun, 13 Dec 2009 11:17:40 +0000 (03:17 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Sun, 13 Dec 2009 18:44:11 +0000 (10:44 -0800)
commit1a8cb7a9b6a9e0eb35501d35e9c90bab55b71cc6
treedf247dc6272ccda16d3068f17f62979df9fd0e52
parent38756fbc9e26b1f9bbdbed759b044951a30e527c
Fix #927.

Use the PangoLayout interface for processing text stencils; this way,
the Unicode Bidirectional Algorithm will be applied, if necessary, to
the text.  As a result, all LTR/RTL/bidi issues are now handled
automatically by Pango.
lily/include/pango-font.hh
lily/pango-font.cc