1. 03 11月, 2017 1 次提交
    • U
      Trivial typos · 97145df2
      Unknown 提交于
      Found using `codespell -i 3 -w -I '../harf-whitelist.txt'`
      whereas the whitelist contents were:
      ```
      beng
      iff
      pres
      ot
      te
      teh
      ```
      97145df2
  2. 01 11月, 2017 2 次提交
  3. 28 10月, 2017 1 次提交
  4. 20 10月, 2017 1 次提交
  5. 15 10月, 2017 2 次提交
  6. 12 10月, 2017 2 次提交
  7. 04 10月, 2017 1 次提交
  8. 03 10月, 2017 2 次提交
  9. 02 10月, 2017 2 次提交
  10. 11 8月, 2017 1 次提交
  11. 19 7月, 2017 1 次提交
  12. 14 7月, 2017 3 次提交
    • B
      [indic] Add github URL · f1cd7ca8
      Behdad Esfahbod 提交于
      f1cd7ca8
    • B
      3cc84f45
    • B
      [indic] Disable automatic ZWNJ handling for Indic features · e359a4b8
      Behdad Esfahbod 提交于
      Fixes https://github.com/behdad/harfbuzz/issues/294
      
      Also fixes a bunch of other Indic issues.  Test results after:
      
      BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
      DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
      GUJARATI: 366355 out of 366457 tests passed. 102 failed (0.0278341%)
      GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
      KANNADA: 951201 out of 951913 tests passed. 712 failed (0.0747968%)
      KHMER: 299071 out of 299124 tests passed. 53 failed (0.0177184%)
      MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
      ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
      SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
      TAMIL: 1091754 out of 1091754 tests passed. 0 failed (0%)
      TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
      
      Before:
      
      BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
      DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
      GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
      GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
      KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
      KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
      MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
      ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
      SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
      TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
      TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
      e359a4b8
  13. 19 6月, 2017 1 次提交
  14. 26 2月, 2017 1 次提交
  15. 29 12月, 2016 3 次提交
  16. 27 12月, 2016 3 次提交
  17. 23 12月, 2016 1 次提交
  18. 07 6月, 2016 1 次提交
  19. 06 5月, 2016 2 次提交
  20. 09 3月, 2016 1 次提交
  21. 24 2月, 2016 1 次提交
    • B
      Add get_nominal_glyph() and get_variation_glyph() instead of get_glyph() · 8b5bc141
      Behdad Esfahbod 提交于
      New API:
      - hb_font_get_nominal_glyph_func_t
      - hb_font_get_variation_glyph_func_t
      - hb_font_funcs_set_nominal_glyph_func()
      - hb_font_funcs_set_variation_glyph_func()
      - hb_font_get_nominal_glyph()
      - hb_font_get_variation_glyph()
      
      Deprecated API:
      - hb_font_get_glyph_func_t
      - hb_font_funcs_set_glyph_func()
      
      Clients that implement their own font-funcs are encouraged to replace
      their get_glyph() implementation with a get_nominal_glyph() and
      get_variation_glyph() pair.  The variation version can assume that
      variation_selector argument is not zero.
      8b5bc141
  22. 02 2月, 2016 1 次提交
  23. 18 12月, 2015 3 次提交
    • B
      [indic] Followup fix for Malayalam context matching · 45b7ec36
      Behdad Esfahbod 提交于
      We regeressed Malayalam in 508cc3d3
      This brings down the failures to 198 (from 750).
      
      BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
      DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
      GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
      GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
      KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
      KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
      MALAYALAM: 1048136 out of 1048334 tests passed. 198 failed (0.0188871%)
      ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
      SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
      TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
      TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
      MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%)
      45b7ec36
    • B
      [indic] Update data tables to Unicode 8.0 · 2813e304
      Behdad Esfahbod 提交于
      Test stats remain unchanged, except for Malayalam, which we investigate:
      
      BENGALI: 353725 out of 354188 tests passed. 463 failed (0.130722%)
      DEVANAGARI: 707307 out of 707394 tests passed. 87 failed (0.0122987%)
      GUJARATI: 366349 out of 366457 tests passed. 108 failed (0.0294714%)
      GURMUKHI: 60732 out of 60747 tests passed. 15 failed (0.0246926%)
      KANNADA: 951190 out of 951913 tests passed. 723 failed (0.0759523%)
      KHMER: 299070 out of 299124 tests passed. 54 failed (0.0180527%)
      MALAYALAM: 1047584 out of 1048334 tests passed. 750 failed (0.0715421%)
      ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
      SINHALA: 271662 out of 271847 tests passed. 185 failed (0.068053%)
      TAMIL: 1091753 out of 1091754 tests passed. 1 failed (9.15957e-05%)
      TELUGU: 970555 out of 970573 tests passed. 18 failed (0.00185457%)
      
      Myanmar, compared to Windows 10 mmrtext.ttf:
      
      MYANMAR: 1123865 out of 1123883 tests passed. 18 failed (0.00160159%)
      2813e304
    • B
      [indic] Allow context when matching for Malayalam new-spec · 508cc3d3
      Behdad Esfahbod 提交于
      Test sequence:
      	U+0995,U+09CD,U+09B0
      
      With Nirmala shipped on Windows 10, this failed to form the below form.
      Works now.
      
      Reported by Sairus.
      508cc3d3
  24. 27 11月, 2015 1 次提交
  25. 19 11月, 2015 1 次提交
  26. 06 11月, 2015 1 次提交