commit | da132937989acb4d8ca9bd41c79f98750e7dda30 | [log] [tgz] |
---|---|---|
author | Jonathan Kew <jfkthame@gmail.com> | Sun Apr 27 14:05:24 2014 +0100 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Jun 19 16:33:48 2014 -0400 |
tree | f587ad2cc3746cfea5b3b8cd5742e698352c98da | |
parent | df554af99db390e42d378983bb3fcf583477a1d7 [diff] |
Rework handling of requiredFeature to solve problem with rlig in arial.ttf from winxp https://bugzilla.mozilla.org/show_bug.cgi?id=986802 Fixes https://github.com/behdad/harfbuzz/pull/39 API Change: -hb_ot_layout_language_get_required_feature_index +hb_ot_layout_language_get_required_feature New API takes an extra pointer argument. Pass NULL in to get behavior of previous API. Reworked by behdad