Commit 3935af1c0d0f53a5fd6054e1ee219f3adda42dca

Behdad Esfahbod 2011-05-05T16:09:45

[buffer] Remove wrong optimization While the cluster fields of the glyph string are usually sorted, they wouldn't be in special cases (for example for non-native direction). Blindly using bsearch is plain wrong. If we want to reintroduce this optimization we have to make sure we know the buffer clusters are monotonic and in which direction. Not sure it's worth it though.