[Vertical] fix vertical gpos
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 25 May 2011 01:04:15 +0000 (21:04 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 25 May 2011 14:52:15 +0000 (10:52 -0400)
commit7403e055cd1463f38215ad9faedd61c3e1b66ac5
treed34acab2d56badd699f8146f290ef6e736c7e270
parentff7cbd0219a7c260612c53b3bed343747d79ec4e
[Vertical] fix vertical gpos

Wow, it took me a few days to find the right fix!

We now set the advance for attached marks to zero, but we
do this in the _finish() state of gpos, so it shouldn't
regress with fonts like DejaVuSansMono that explicitly
decrease the mark advance width to set it to zero.
src/hb-ot-layout-gpos-private.hh
src/hb-ot-shape.cc