commit | ffe347844803a6a9036d8357b744a982f5e5a6c9 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Oct 23 14:14:03 2018 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Oct 23 14:14:03 2018 -0700 |
tree | e5a374495a4745b2dd4a83f7c59c4d0da33c74fa | |
parent | 8be0e5fd4540b18e26b28b414bd99af3bb1548b1 [diff] |
[aat] Allow enabling/disabling features Only works at entire-buffer range, not sub-ranges. Test with: $ hb-shape Zapfino.dfont Zapfino [Z_a_p_f_i_n_o=0+2333] $ hb-shape Zapfino.dfont Zapfino --features=-dlig [Z=0+416|a=1@-21,0+264|p_f=2+433|i=4+181|n=5+261|o=6+250] $ hb-shape Zapfino.dfont Zapfino --features=+dlig [Z_a_p_f_i_n_o=0+2333] Fixes https://github.com/harfbuzz/harfbuzz/issues/1303