]> git.donarmstrong.com Git - lilypond.git/commit
Pango: Change orientation of Y-axis for extra offsets.
authorPatrick McCarty <pnorcks@gmail.com>
Mon, 15 Nov 2010 21:13:57 +0000 (13:13 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Mon, 15 Nov 2010 23:32:49 +0000 (15:32 -0800)
commit25233e40ae1a31b50f949a1d6b4146d01ac9350a
tree535d568cd1f4ef19acca6005cbf9aa195c893ea6
parent3724ee24288f466dc1153f21b4f6517374e336f6
Pango: Change orientation of Y-axis for extra offsets.

This commit fixes issue #1407.

For extra offsets in glyph positioning, the backends expect to see a
Y-axis with positive values tending to the north, but Pango uses the
opposite orientation.  The problem is fixed by flipping the values of
`y_offset'.
lily/pango-font.cc