]> granicus.if.org Git - libass/commit
shaper: actually correctly handle @font advance
authorOleg Oshmyan <chortos@inbox.lv>
Fri, 3 Jan 2014 17:27:34 +0000 (19:27 +0200)
committerOleg Oshmyan <chortos@inbox.lv>
Tue, 7 Jan 2014 20:23:54 +0000 (22:23 +0200)
commit1636a551c7d7b05ea15c63a4ad041f2e8d8eb79f
tree3b593e77ca70acd366128ef0bc05b2c83e61a863
parent62df9e8345813a12834329ba6258af61e7ce0865
shaper: actually correctly handle @font advance

The code was confusing glyph index and Unicode codepoint.
256df617 attempted a fix but merely moved the wrong code.

Fixes Google Code issue #94.

Vertical ligatures are possibly still broken, but
horizontal ligatures and non-ligatures are correct now.
libass/ass_shaper.c