]> git.donarmstrong.com Git - lilypond.git/commit
Pango: Really fix the check for zero-width chars.
authorPatrick McCarty <pnorcks@gmail.com>
Mon, 14 Dec 2009 23:48:00 +0000 (15:48 -0800)
committerPatrick McCarty <pnorcks@gmail.com>
Tue, 15 Dec 2009 01:00:03 +0000 (17:00 -0800)
commit641585515cc126d6f059e21a333783f8da0ca600
treef9050f7ddeec02bf2988698d7c05758cc7cee887
parent38390d00c6667636e32f6781c2c48b69c4c407f3
Pango: Really fix the check for zero-width chars.

The value of 0x0FFFFFFF is assigned to a PangoGlyph if the current
character has zero width, so skip the glyph lookup stage for these
characters.

Note that 0xFFFFFFFF is used for invalid characters, so the error
messages for these cases are accurate.
lily/pango-font.cc