Blacklist GDEF tables of more fonts
authorjfkthame <jfkthame@gmail.com>
Wed, 15 Jun 2016 23:10:42 +0000 (00:10 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 21 Jul 2016 08:15:12 +0000 (01:15 -0700)
commitf3f6c1ccbf89e15cda03e0c3a2df4297e98adf60
tree5e2db18e6ced506fdb3c88a6ffbf3cf281d181c8
parent34f9aa582c3a03b578c7eae3d2e8860a0bd5cb00
Blacklist GDEF tables of more fonts

This is based on bug reports that have been filed against Firefox since it
updated to a version of harfbuzz that uses zeroing by GDEF rather than by
Unicode. I'm sure there are a bunch more font versions that should also be
included; these are just the ones I have on hand and have confirmed as having
bad GDEF data.

Given how the list here is growing, I think we should reconsider the approach,
and perhaps revert to zeroing by Unicode instead.

Fixes https://github.com/behdad/harfbuzz/issues/264
Fixes https://github.com/behdad/harfbuzz/pull/266
src/hb-ot-layout.cc