1. 05 1月, 2018 2 次提交
    • B
      [khmer] Remove Halant from Khmer shaper · 961ebf85
      Behdad Esfahbod 提交于
      961ebf85
    • B
      [khmer] Split off Khmer shaper from Indic · dcf4d95f
      Behdad Esfahbod 提交于
      Towards fixing https://github.com/harfbuzz/harfbuzz/issues/667
      The Khmer spec is different enough from other Indic ones to require
      its own grammar.
      
      No change in functionality.  Test numbers are:
      
      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: 60729 out of 60747 tests passed. 18 failed (0.0296311%)
      KANNADA: 951300 out of 951913 tests passed. 613 failed (0.0643966%)
      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%)
      dcf4d95f
  2. 06 12月, 2017 1 次提交
  3. 21 11月, 2017 2 次提交
  4. 09 11月, 2017 1 次提交
  5. 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
  6. 01 11月, 2017 2 次提交
  7. 28 10月, 2017 1 次提交
  8. 20 10月, 2017 1 次提交
  9. 15 10月, 2017 2 次提交
  10. 12 10月, 2017 2 次提交
  11. 04 10月, 2017 1 次提交
  12. 03 10月, 2017 2 次提交
  13. 02 10月, 2017 2 次提交
  14. 11 8月, 2017 1 次提交
  15. 19 7月, 2017 1 次提交
  16. 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
  17. 19 6月, 2017 1 次提交
  18. 26 2月, 2017 1 次提交
  19. 29 12月, 2016 3 次提交
  20. 27 12月, 2016 3 次提交
  21. 23 12月, 2016 1 次提交
  22. 07 6月, 2016 1 次提交
  23. 06 5月, 2016 2 次提交
  24. 09 3月, 2016 1 次提交
  25. 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
  26. 02 2月, 2016 1 次提交